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

Commit

Permalink
update to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Oct 10, 2014
1 parent cb9cddc commit bbc885c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
command := flag.Arg(0)

if *version {
fmt.Printf("%.2f", Version)
fmt.Println(Version)
os.Exit(0)
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version float64 = 1.1
const Version string = "1.2.0"

0 comments on commit bbc885c

Please sign in to comment.