Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed Jan 4, 2020
1 parent c5c0c3e commit c9d8be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets-web.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/jarmo/secrets-web/cli"
)

const VERSION = "1.0.0"
const VERSION = "1.0.1"

func main() {
cli.Command(VERSION, os.Args[1:]).Execute()
Expand Down

0 comments on commit c9d8be5

Please sign in to comment.