Skip to content

Commit ce26972

Browse files
JamesC1305ShadowCurse
authored andcommitted
chore: bump snapshot version
Bump the snapshot version to reflect the change in serialization format since last release. Signed-off-by: James Curtis <jxcurtis@amazon.co.uk>
1 parent 7342dd0 commit ce26972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmm/src/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub enum CreateSnapshotError {
160160
}
161161

162162
/// Snapshot version
163-
pub const SNAPSHOT_VERSION: Version = Version::new(10, 0, 0);
163+
pub const SNAPSHOT_VERSION: Version = Version::new(11, 0, 0);
164164

165165
/// Creates a Microvm snapshot.
166166
pub fn create_snapshot(

0 commit comments

Comments
 (0)