We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30f3e0 commit 75e2a0aCopy full SHA for 75e2a0a
Makefile
@@ -2,7 +2,7 @@ NAME := sake
2
PACKAGE := github.com/alajmo/$(NAME)
3
DATE := $(shell date +%FT%T%Z)
4
GIT := $(shell [ -d .git ] && git rev-parse --short HEAD)
5
-VERSION := v0.10.2
+VERSION := v0.10.3
6
7
default: build
8
0 commit comments