File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import (
1515 "github.com/pkg/profile"
1616)
1717
18+ var version = "0.2.0"
19+
1820func 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-
6161func printName () {
6262 fmt .Printf ("\n ---------------------------------------\n " )
6363 fmt .Printf (" \u265B GopherCheck v.%s \u265B \n " , version )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments