From 1ef5ed3ce46383482598b749171fe8a0271fc7d2 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 10 Oct 2021 14:55:46 +1030 Subject: [PATCH] Fix release script --- build-release.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>) {