Skip to content

Commit e91c896

Browse files
committed
bump to version 0.4.0
1 parent 07cf3a0 commit e91c896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Meta info
22
NAME := ironman
3-
VERSION := v0.3.0
3+
VERSION := v0.4.0
44
MAINTAINER := "Otto Giron <ottog2486@gmail.com"
55
SOURCE_URL := https://github.com/ironman-project/ironman.git
66
DATE := $(shell date -u +%Y%m%d.%H%M%S)
@@ -62,4 +62,4 @@ package-linux: binary-linux
6262
package-windows: binary-windows
6363
@tar -czf build/dist/ironman.windows-amd64.tar.gz -C build/dist/windows ironman.exe
6464

65-
.PHONY: $(SUBDIRS)
65+
.PHONY: $(SUBDIRS)

0 commit comments

Comments
 (0)