Skip to content

Commit

Permalink
Release 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-eng authored Apr 11, 2023
1 parent 2e50943 commit 5e4c201
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 @@

DIRTY_TREE := $(shell git diff-index --quiet HEAD -- || echo '+dirty')
COMMIT := $(addsuffix $(DIRTY_TREE),$(shell git rev-parse --short HEAD))
VERSION := 0.99.0+$(COMMIT)
VERSION := 1.0.0-rc1+$(COMMIT)

BUILD_FLAGS := -tags prod -ldflags "-X github.com/cactusdynamics/wesplot.Version=$(VERSION)"

Expand Down

0 comments on commit 5e4c201

Please sign in to comment.