Skip to content
This repository has been archived by the owner on Apr 20, 2022. 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 20, 2018
1 parent 5135d62 commit 3f429fd
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.12
VERSION=1.2.13

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 @@ -15,7 +15,7 @@ import (
"github.com/docopt/docopt-go"
)

const VERSION = "1.2.12"
const VERSION = "1.2.13"

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

0 comments on commit 3f429fd

Please sign in to comment.