Skip to content

Commit

Permalink
chore: update change version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Apr 16, 2024
1 parent e0ab54e commit 7dc5c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COMMIT := $(shell git log -1 --format='%H')
GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)

# VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
VERSION := v1.4.0
VERSION := v1.5.0

TEAM_ALLOCATION := 165000000000000
ifeq ($(ENV),kaon)
Expand Down

0 comments on commit 7dc5c08

Please sign in to comment.