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 e8b1c08 commit cf7fb47Copy full SHA for cf7fb47
Makefile
@@ -13,7 +13,7 @@ GO_BASE := $(shell pwd)
13
GO_BIN := $(CURDIR)/build
14
15
# compile time variables will be injected into the app
16
-APP_VERSION := 0.2.0
+APP_VERSION := 1.0.0
17
BUILD_DATE := $(shell date)
18
BUILD_COMPILER := $(shell go version)
19
BUILD_COMMIT := $(shell git show --format="%H" --no-patch)
0 commit comments