File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.6.1
6+ VERSION ?= 1.7.0
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")
Original file line number Diff line number Diff line change 4646 setupLog = ctrl .Log .WithName ("setup" )
4747)
4848
49- const version = "v1.6.1 "
49+ const version = "v1.7.0 "
5050
5151func init () {
5252 utilruntime .Must (clientgoscheme .AddToScheme (scheme ))
You can’t perform that action at this time.
0 commit comments