Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
Seems to work, eh
  • Loading branch information
Ilkka Laukkanen committed Jan 22, 2015
1 parent 109c785 commit f4cbe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func RegexParserExpand(line string) string {
}

func main() {
app.Version("0.0.1")
app.Version("1.0.0")
app.Parse(os.Args[1:])

var bio = bufio.NewReader(os.Stdin)
Expand Down

0 comments on commit f4cbe84

Please sign in to comment.