Skip to content

Commit ea2fea7

Browse files
committed
Update mac (1.0.12) and windows (0.10.0.0) tray versions
1 parent 7342609 commit ea2fea7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/crc/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ var (
3131
const (
3232
releaseInfoLink = "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/release-info.json"
3333
// Tray version to be embedded in executable
34-
crcMacTrayVersion = "1.0.11"
34+
crcMacTrayVersion = "1.0.12"
3535
// Windows forms application version type major.minor.buildnumber.revesion
36-
crcWindowsTrayVersion = "0.9.1.0"
36+
crcWindowsTrayVersion = "0.10.0.0"
3737
)
3838

3939
type CrcReleaseInfo struct {

0 commit comments

Comments
 (0)