Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
costap committed May 16, 2020
2 parents 71f0bc9 + 5858f2d commit 831067b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ release: dist
git flow release start $(shell cat ./VERSION)
git flow release finish $(shell cat ./VERSION)
git push
git push --tags
git push --tags --force
ghr $(shell cat ./VERSION) dist/
git checkout master
git push
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=0.3.1
VERSION=0.3.2
OS=$(uname | tr '[:upper:]' '[:lower:]')
ARCH_U=$(uname -m)

Expand Down

0 comments on commit 831067b

Please sign in to comment.