Skip to content

Commit 9585f11

Browse files
committed
bump version and generate static content for v1.2.0 release
1 parent a8fa296 commit 9585f11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := "v1.1.0"
1+
version := "v1.2.0"
22

33
commit := $(shell git rev-parse --short HEAD)
44

internal/auth/statik/statik.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rm -rf $DIR/dist
1212
mkdir -p $DIR/dist
1313

1414
arch=$(go env GOARCH)
15-
version='1.1.0'
15+
version='1.2.0'
1616
goversion=$(go version | awk '{print $3}')
1717

1818
echo "... building v$version for $linux/$arch"

0 commit comments

Comments
 (0)