Skip to content

Commit 10b78fb

Browse files
committed
fix: version
1 parent bf34cfe commit 10b78fb

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
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.4.3
6+
VERSION ?= 1.5.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
setupLog = ctrl.Log.WithName("setup")
4747
)
4848

49-
const version = "v1.4.3"
49+
const version = "v1.5.1"
5050

5151
func init() {
5252
utilruntime.Must(clientgoscheme.AddToScheme(scheme))

0 commit comments

Comments
 (0)