Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrip committed Oct 29, 2014
1 parent 34493e7 commit a23dfcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ package main

import "github.com/jwaldrip/odin/cli"

// VERSION is the odin version
var VERSION = "1.6.2"

var app = cli.New(VERSION, "a command line DSL for go-lang", cli.ShowUsage)
var app = cli.New(version, "a command line DSL for go-lang", cli.ShowUsage)

func main() {
app.Start()
Expand Down
3 changes: 3 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

var version = "v1.6.2"

0 comments on commit a23dfcb

Please sign in to comment.