Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrip committed Oct 13, 2014
1 parent 134ed94 commit 682f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import odin "github.com/jwaldrip/odin/cli"

// VERSION is the odin version
var VERSION = "1.3.0"
var VERSION = "1.3.1"

var cli = odin.New(VERSION, "a command line DSL for go-lang", func(cmd odin.Command) { cmd.Usage() })

Expand Down

0 comments on commit 682f38a

Please sign in to comment.