Skip to content

Commit 746163a

Browse files
authored
Merge pull request #259 from buzzfeed/jusshersmith-2.1.0-release
sso_*: 2.1.0 release version bump
2 parents 70d38bc + 41aad16 commit 746163a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

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

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

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='2.0.0'
15+
version='2.1.0'
1616
goversion=$(go version | awk '{print $3}')
1717

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

0 commit comments

Comments
 (0)