Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanconway committed Jun 5, 2024
1 parent 1279f51 commit 69523b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

all: build lint test

VERSION=0.0.2
VERSION=0.0.3

KORREL8RCLI=cmd/korrel8rcli/korrel8rcli
VERSION_TXT=pkg/build/version.txt
Expand Down Expand Up @@ -46,5 +46,7 @@ $(SWAGGER_CLIENT): $(SWAGGER_SPEC) $(SWAGGER) ## Generate client packages.
go mod tidy
touch $@

release: all
pre-release: all

release: pre-release
hack/tag-release.sh $(VERSION)
2 changes: 1 addition & 1 deletion pkg/build/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit 69523b5

Please sign in to comment.