summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5266afd..cf73f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ $(NAME).bin: src/main.bin
ln -fs $? $@
src/version.go: Makefile
- echo 'package $(NAME); var version = "$(VERSION)"' > $@
+ echo 'package $(NAME); const Version = "$(VERSION)"' > $@