Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 9399d0d

Browse files
committed
Update version to v1.2.0
1 parent 5405c75 commit 9399d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = psp-util
2-
VERSION = v1.1.1
2+
VERSION = v1.2.0
33
build:
44
go build -o bin/${NAME} main.go
55

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ var versionCmd = &cobra.Command{
2929
Use: "version",
3030
Short: "Print the version number",
3131
Run: func(cmd *cobra.Command, args []string) {
32-
fmt.Println("Kubernetes Pod Security Policy Utilities v1.1.1 jlandowner 2020")
32+
fmt.Println("Kubernetes Pod Security Policy Utilities v1.2.0 jlandowner 2020")
3333
},
3434
}

0 commit comments

Comments
 (0)