Skip to content

Commit

Permalink
VERSION v0.6 => v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Dec 17, 2023
1 parent bb20041 commit eb0e60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
endif

ifneq ($(shell echo $(VERSION) | head -c 1), v)
VERSION=v0.6
VERSION=v0.7
endif
CFLAGS += -DVERSION=\"$(VERSION)\"

Expand Down
2 changes: 1 addition & 1 deletion local/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifneq ($(shell echo $(VERSION) | head -c 1), v)
VERSION=v0.6
VERSION=v0.7
endif

GO_BUILD_PREFIX_FLAGS :=
Expand Down

0 comments on commit eb0e60d

Please sign in to comment.