We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7342609 commit ea2fea7Copy full SHA for ea2fea7
1 file changed
pkg/crc/version/version.go
@@ -31,9 +31,9 @@ var (
31
const (
32
releaseInfoLink = "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/release-info.json"
33
// Tray version to be embedded in executable
34
- crcMacTrayVersion = "1.0.11"
+ crcMacTrayVersion = "1.0.12"
35
// Windows forms application version type major.minor.buildnumber.revesion
36
- crcWindowsTrayVersion = "0.9.1.0"
+ crcWindowsTrayVersion = "0.10.0.0"
37
)
38
39
type CrcReleaseInfo struct {
0 commit comments