Skip to content

Commit

Permalink
Bump version for next bug fixes release
Browse files Browse the repository at this point in the history
  • Loading branch information
rach committed Jan 8, 2016
1 parent 25e14e6 commit 1cabde8
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 @@ -12,7 +12,7 @@ import (
//go:generate go-bindata -prefix "static/" -pkg main -o bindata.go static/index.html static/build/...

const (
Version = "0.1.1"
Version = "0.1.3"
)

func addUsernameFlag(app *kingpin.Application) *string {
Expand Down

0 comments on commit 1cabde8

Please sign in to comment.