Skip to content

Commit 85ce427

Browse files
committed
[release-1.11] Bump to release version 1.11.3
This branch is utilized for RHEL releases and therefore should never ever represent a `-dev` development release. Bump the version number to account for the change. Resolves: RHEL-97092 RHEL-97090 Signed-off-by: Chris Evich <cevich@redhat.com>
1 parent c8ef2dc commit 85ce427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "1.11.3-dev"
4+
const Version = "1.11.3"

0 commit comments

Comments
 (0)