Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rach committed Jan 16, 2016
1 parent ddb076f commit cb12384
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/favicons/... static/build/...

const (
Version = "0.1.3"
Version = "0.1.4"
)

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

0 comments on commit cb12384

Please sign in to comment.