Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update micro version to 0
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
  • Loading branch information
arihant2math and youknowone committed Feb 13, 2025
commit 506af5e04f16fd548358fbfe381602ae4a51b4ca
2 changes: 1 addition & 1 deletion vm/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::time::{Duration, UNIX_EPOCH};
// = 3.13.1alpha
Comment thread
arihant2math marked this conversation as resolved.
Outdated
pub const MAJOR: usize = 3;
pub const MINOR: usize = 13;
pub const MICRO: usize = 1;
pub const MICRO: usize = 0;
pub const RELEASELEVEL: &str = "alpha";
pub const RELEASELEVEL_N: usize = 0xA;
pub const SERIAL: usize = 0;
Expand Down