Skip to content

Commit

Permalink
chore: adjust build time
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jul 4, 2024
1 parent 8c361f9 commit c150c5e
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 @@ -4,7 +4,7 @@ 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.5.0

BUILD_TIME := 202405060800.00 # format [[CC]YY]MMDDhhmm[.ss]
BUILD_TIME := 202407040800.00 # format [[CC]YY]MMDDhhmm[.ss]

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

0 comments on commit c150c5e

Please sign in to comment.