Skip to content

Commit

Permalink
Bump macOS tray to 1.0.3
Browse files Browse the repository at this point in the history
This fixes a number of minor issues (cropped labels, hide non-functional
disk size entry, ...).

ref: https://github.com/code-ready/tray-macos/releases/tag/v1.0.3
  • Loading branch information
cfergeau committed Mar 5, 2021
1 parent 0906dfd commit be17b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
const (
releaseInfoLink = "https://mirror.openshift.com/pub/openshift-v4/clients/crc/latest/release-info.json"
// Tray version to be embedded in executable
crcMacTrayVersion = "1.0.2"
crcMacTrayVersion = "1.0.3"
// Windows forms application version type major.minor.buildnumber.revesion
crcWindowsTrayVersion = "0.4.0.0"
)
Expand Down

0 comments on commit be17b14

Please sign in to comment.