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

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Mar 27, 2018
1 parent 86c5c71 commit 0aa09f4
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.1
VERSION=1.2.2

download() {
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz
Expand Down
2 changes: 1 addition & 1 deletion gotop.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.1"
const VERSION = "1.2.2"

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

0 comments on commit 0aa09f4

Please sign in to comment.