Fix for new version variable name
This commit is contained in:
parent
8ded2b2e2d
commit
3693d94297
@ -7,7 +7,7 @@ open my $fh, "<", "dau.go" || die $!;
|
|||||||
|
|
||||||
my $version;
|
my $version;
|
||||||
while (<$fh>) {
|
while (<$fh>) {
|
||||||
$version = $1 if /^const\s+current_version.*?"([\d\.]+)"/;
|
$version = $1 if /^const\s+currentVersion.*?"([\d\.]+)"/;
|
||||||
}
|
}
|
||||||
close $fh;
|
close $fh;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user