Skip to content

Commit

Permalink
0.0.88::Changed hardcoded version number to match VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
shammishailaj committed Nov 12, 2022
1 parent d654cd9 commit 112804b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.87
0.0.88
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func main() {
version bool
)

const VERSION = "0.0.84"
const VERSION = "0.0.88"

flag.BoolVar(&version, "version", false, "Prints version and exits")
flag.StringVar(&pathToApp, "path", "", "Specify absolute path to app")
Expand Down

0 comments on commit 112804b

Please sign in to comment.