From 5e4c20188c0fb17dac443c982a44bfd5e3fc9387 Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Mon, 10 Apr 2023 23:26:29 -0400 Subject: [PATCH] Release 1.0.0-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a8229a..405e6a4 100644 --- a/Makefile +++ b/Makefile @@ -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)"