Skip to content

Commit

Permalink
bump version to 0.0.5 in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Jan 5, 2018
1 parent 318bc01 commit 688a2c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Build with go >= 1.9.2

```$ go build```

Tag and push git, create a release on github, upload binaries for linux and darwin amd64.
1. Update `install.sh` with the new version number
2. Tag and push git with the version, like `0.0.1`
3. Create a release on github, upload binaries for linux and darwin amd64.

Darwin binaries must be built on an OSX host.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
release="0.0.4"
release="0.0.5"
localBin="/usr/local/bin/dope"
os=$(uname -s)
arch=$(uname -m)
Expand Down

0 comments on commit 688a2c7

Please sign in to comment.