Skip to content

Commit

Permalink
Fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed May 23, 2019
1 parent 5726f6e commit 0a52c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type appT struct {

var app = appT{
"pomdok",
"0.2.2-beta",
"v1.0.0",
}

func sprintHeader() string {
Expand Down

0 comments on commit 0a52c56

Please sign in to comment.