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 cc6e80a commit ec79acdCopy full SHA for ec79acd
studio-cli-manager/src/version.rs
@@ -132,7 +132,7 @@ impl VersionManager {
132
// These would normally come from a manifest file
133
match (version, platform) {
134
("24.3.0", "linux") => "84a03899b5818de24a398f5c7718db00bf2f4439".to_string(),
135
- ("24.3.0", "windows") => "b12fbf72a24cd31cfbf23975060c061db881300b".to_string(),
+ ("24.3.0", "windows") => "d3d554802cecebf942e2d4e231bd7085d83a9334".to_string(),
136
("24.3.0", "macos") => "ee5e90a3d838739b57ff8804b489b97499210ef4".to_string(),
137
_ => String::new(), // Unknown checksum
138
}
0 commit comments