Bump version

This commit is contained in:
Caleb Bassi 2018-05-10 20:54:01 -07:00
parent c81c3feee8
commit 1c97280ea0
3 changed files with 13 additions and 12 deletions

View File

@ -1,13 +1,14 @@
# Build Steps # Build Steps:
# 1. Make sure everything builds and runs # 1. Make sure everything builds and runs
# 2. update version number in 'main.go' and 'download.sh' # 2. update version number in 'main.go' and 'download.sh'
# 3. commit changes # 3. commit changes
# 4. tag commit # 4. tag commit
# 5. export token # 5. export token
# 6. run goreleaser # 6. `sudo dockerd`
# 7. delete 'dist' folder # 7. run goreleaser
# 8. push changes to GitHub # 8. delete 'dist' folder
# 9. update AUR package # 9. push changes to GitHub
# 10. update AUR package
builds: builds:
- binary: gotop - binary: gotop

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION=1.2.14 VERSION=1.2.15
download() { download() {
archive=gotop_${VERSION}_${1}.tgz archive=gotop_${VERSION}_${1}.tgz

View File

@ -15,7 +15,7 @@ import (
"github.com/docopt/docopt-go" "github.com/docopt/docopt-go"
) )
const VERSION = "1.2.14" const VERSION = "1.2.15"
var ( var (
termResized = make(chan bool, 1) termResized = make(chan bool, 1)