Skip to content

Commit cf7fb47

Browse files
author
Jiri Malek
committed
Bump version to match the node main version.
1 parent e8b1c08 commit cf7fb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GO_BASE := $(shell pwd)
1313
GO_BIN := $(CURDIR)/build
1414

1515
# compile time variables will be injected into the app
16-
APP_VERSION := 0.2.0
16+
APP_VERSION := 1.0.0
1717
BUILD_DATE := $(shell date)
1818
BUILD_COMPILER := $(shell go version)
1919
BUILD_COMMIT := $(shell git show --format="%H" --no-patch)

0 commit comments

Comments
 (0)