Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 10, 2018
1 parent 40981ed commit a3089bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=1.2.4
VERSION=1.2.5

download() {
archive=gotop_${VERSION}_${1}.tgz
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/docopt/docopt-go"
)

const VERSION = "1.2.4"
const VERSION = "1.2.5"

var (
termResized = make(chan bool, 1)
Expand Down

0 comments on commit a3089bc

Please sign in to comment.