We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf3a0 commit e91c896Copy full SHA for e91c896
Makefile
@@ -1,6 +1,6 @@
1
# Meta info
2
NAME := ironman
3
-VERSION := v0.3.0
+VERSION := v0.4.0
4
MAINTAINER := "Otto Giron <ottog2486@gmail.com"
5
SOURCE_URL := https://github.com/ironman-project/ironman.git
6
DATE := $(shell date -u +%Y%m%d.%H%M%S)
@@ -62,4 +62,4 @@ package-linux: binary-linux
62
package-windows: binary-windows
63
@tar -czf build/dist/ironman.windows-amd64.tar.gz -C build/dist/windows ironman.exe
64
65
-.PHONY: $(SUBDIRS)
+.PHONY: $(SUBDIRS)
0 commit comments