Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
- Fixed version numbers in VERSION and main.go
  • Loading branch information
shammishailaj committed Jan 24, 2023
1 parent 1ae9fb6 commit ee754fe
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 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func main() {
version bool
)

const VERSION = "1.0.0"
const VERSION = "1.0.3"

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

0 comments on commit ee754fe

Please sign in to comment.