Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
climech committed Apr 11, 2021
1 parent f643954 commit 31e482e
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
@@ -1,5 +1,5 @@
APPNAME = grit
VERSION = $(shell git describe --long --always --dirty 2>/dev/null || echo -n 'v0.2.0')
VERSION = $(shell git describe --long --always --dirty 2>/dev/null || echo -n 'v0.3.0')
GOCMD = go
GOPATH ?= $(shell mktemp -d)
GOMODULE = github.com/climech/grit
Expand Down

0 comments on commit 31e482e

Please sign in to comment.