Fix release script

This commit is contained in:
Justin Hawkins 2021-10-10 14:55:46 +10:30
parent ec8b2453cd
commit 1ef5ed3ce4

View File

@ -3,7 +3,7 @@
use strict;
use warnings;
open my $fh, "<", "config/config.go" || die $!;
open my $fh, "<", "version/version.go" || die $!;
my $version;
while (<$fh>) {