Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit bbc885c

Browse files
committed
update to version 1.2.0
1 parent cb9cddc commit bbc885c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525
command := flag.Arg(0)
2626

2727
if *version {
28-
fmt.Printf("%.2f", Version)
28+
fmt.Println(Version)
2929
os.Exit(0)
3030
}
3131

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version float64 = 1.1
3+
const Version string = "1.2.0"

0 commit comments

Comments
 (0)