Skip to content

Commit

Permalink
Bump version for 1.0.0 release (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Niesz <Jason.Niesz@walmart.com>
  • Loading branch information
jniesz committed Nov 3, 2022
1 parent aebd0e7 commit 99a0d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ swagger:

build:
@CGO_ENABLED=0 go build -ldflags \
"-X main.Version=v0.0.0 \
"-X main.Version=v1.0.0 \
-X main.VersionSHA=`git rev-parse HEAD`"
install: swagger
@CGO_ENABLED=0 go install -ldflags \
"-X main.Version=v0.0.0 \
"-X main.Version=v1.0.0 \
-X main.VersionSHA=`git rev-parse HEAD`"

0 comments on commit 99a0d1a

Please sign in to comment.