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.
1 parent 79bf129 commit acc85f1Copy full SHA for acc85f1
CHANGELOG.md
@@ -18,6 +18,13 @@ and this project adheres to
18
19
### Fixed
20
21
+## \[1.10.1\]
22
+
23
+### Changed
24
25
+- [#4907](https://github.com/firecracker-microvm/firecracker/pull/4907): Bump
26
+ snapshot version to 4.0.0.
27
28
## \[1.10.0\]
29
30
### Added
src/vmm/src/persist.rs
@@ -157,7 +157,7 @@ pub enum CreateSnapshotError {
157
}
158
159
/// Snapshot version
160
-pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0);
+pub const SNAPSHOT_VERSION: Version = Version::new(4, 0, 0);
161
162
/// Creates a Microvm snapshot.
163
pub fn create_snapshot(
0 commit comments