diff --git a/build-release.pl b/build-release.pl index 935a23e..7af8f7e 100755 --- a/build-release.pl +++ b/build-release.pl @@ -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>) {