Skip to content

Commit

Permalink
Update version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed Nov 6, 2023
1 parent aa588b6 commit f093982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
# Current Operator version
VERSION ?= main
VERSION ?= 6.1.0

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

0 comments on commit f093982

Please sign in to comment.