Skip to content

Commit

Permalink
Merge pull request #312 from redhat-marketplace/release/2.6.3
Browse files Browse the repository at this point in the history
Release 2.6.3
  • Loading branch information
dacleyra authored Mar 15, 2022
2 parents e3c29dd + 421c3f6 commit c9a6c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current Operator version
UNAME_S := $(shell uname -s)
UNAME := $(shell echo `uname` | tr '[:upper:]' '[:lower:]')
OPENSHIFT_VERSIONS ?= v4.6-v4.9
OPENSHIFT_VERSIONS ?= v4.6-v4.10
CHANNELS ?= beta,stable
DEFAULT_CHANNEL ?= stable

Expand Down
4 changes: 2 additions & 2 deletions v2/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

package version

const Version = "2.6.2"
const LastVersion = "2.6.1"
const Version = "2.6.3"
const LastVersion = "2.6.2"

0 comments on commit c9a6c5a

Please sign in to comment.