Skip to content

Commit

Permalink
Bump version to match the node main version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Malek committed Apr 28, 2021
1 parent e8b1c08 commit cf7fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ GO_BASE := $(shell pwd)
GO_BIN := $(CURDIR)/build

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

0 comments on commit cf7fb47

Please sign in to comment.