Skip to content

Commit

Permalink
Version update: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ivahaev committed Jun 23, 2016
1 parent ab2a8a6 commit dc38070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
version = "0.0.6"
version = "0.0.7"
filename = "main.go"
varName = "version"
)
Expand Down Expand Up @@ -84,7 +84,7 @@ func main() {
return
}
fmt.Printf("Version updated to: %s\n", newVersion)
push := flag.Bool("-p", false, "Type -p flag to push changes immediatly")
push := flag.Bool("p", false, "Type -p flag to push changes immediatly")
flag.Parse()
if !*push {
return
Expand Down

0 comments on commit dc38070

Please sign in to comment.