Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed Jan 29, 2021
1 parent cb937f5 commit 4fa7746
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.1.0"
const VERSION = "1.2.0"

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

0 comments on commit 4fa7746

Please sign in to comment.