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.
2 parents 6d71f75 + 8fc263f commit fb44dedCopy full SHA for fb44ded
vm/src/version.rs
@@ -4,9 +4,9 @@
4
use chrono::{prelude::DateTime, Local};
5
use std::time::{Duration, UNIX_EPOCH};
6
7
-// = 3.10.0alpha
+// = 3.11.0alpha
8
pub const MAJOR: usize = 3;
9
-pub const MINOR: usize = 10;
+pub const MINOR: usize = 11;
10
pub const MICRO: usize = 0;
11
pub const RELEASELEVEL: &str = "alpha";
12
pub const RELEASELEVEL_N: usize = 0xA;
0 commit comments