Skip to content

Commit 739b8af

Browse files
update version to 0.2.0
1 parent 1498719 commit 739b8af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import (
1515
"github.com/pkg/profile"
1616
)
1717

18+
var version = "0.2.0"
19+
1820
func max(a, b int) int {
1921
if a > b {
2022
return a
@@ -56,8 +58,6 @@ func init() {
5658
setupLoadBalancer(numCPU)
5759
}
5860

59-
var version = "0.1.1"
60-
6161
func printName() {
6262
fmt.Printf("\n---------------------------------------\n")
6363
fmt.Printf(" \u265B GopherCheck v.%s \u265B\n", version)

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can display the currently installed version number by passing the --version
1414

1515
$ gopher_check --version
1616
---------------------------------------
17-
♛ GopherCheck v.0.1.1
17+
♛ GopherCheck v.0.2.0
1818
Copyright © 2014 Stephen J. Lovell
1919
---------------------------------------
2020

0 commit comments

Comments
 (0)