Skip to content

Commit

Permalink
Update version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Apr 27, 2021
1 parent 5405c75 commit 9399d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = psp-util
VERSION = v1.1.1
VERSION = v1.2.0
build:
go build -o bin/${NAME} main.go

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Kubernetes Pod Security Policy Utilities v1.1.1 jlandowner 2020")
fmt.Println("Kubernetes Pod Security Policy Utilities v1.2.0 jlandowner 2020")
},
}

0 comments on commit 9399d0d

Please sign in to comment.