Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed Mar 3, 2020
1 parent a30d47d commit 15b6b5b
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.1"
const VERSION = "1.1.0"

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

0 comments on commit 15b6b5b

Please sign in to comment.