Prep for alpha release
This commit is contained in:
parent
565b777399
commit
b914799be0
@ -8,7 +8,7 @@ open my $fh, "<", "main.go" || die $!;
|
||||
my $version;
|
||||
while (<$fh>) {
|
||||
# CurrentVersion: "v0.04"
|
||||
$version = $1 if /CurrentVersion:\s*"(v[\d\.]+)"/;
|
||||
$version = $1 if /CurrentVersion:\s*"(v.*?)"/;
|
||||
}
|
||||
close $fh;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user