We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b92e83 commit ba0a4a5Copy full SHA for ba0a4a5
1 file changed
cli/golem-cli/src/versions.rs
@@ -13,9 +13,9 @@
13
// limitations under the License.
14
15
pub mod sdk {
16
- pub const RUST: &str = "2.0.0-dev.7";
17
- pub const TS: &str = "1.0.0-dev.5";
18
- pub const SCALA: &str = "1.5.0-M8";
+ pub const RUST: &str = "2.0.0-dev.8";
+ pub const TS: &str = "1.0.0-dev.6";
+ pub const SCALA: &str = "1.5.0-M9";
19
pub const MANIFEST: &str = "1.5.0";
20
21
#[macro_export]
0 commit comments