Skip to content

Commit 62e352b

Browse files
committed
chore: Bump snapshot version
Bump the snapshot version Signed-off-by: Jack Thomson <[email protected]>
1 parent 79bf129 commit 62e352b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub enum CreateSnapshotError {
157157
}
158158

159159
/// Snapshot version
160-
pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0);
160+
pub const SNAPSHOT_VERSION: Version = Version::new(4, 0, 0);
161161

162162
/// Creates a Microvm snapshot.
163163
pub fn create_snapshot(

0 commit comments

Comments
 (0)