Skip to content

Commit acc85f1

Browse files
JackThomson2pb8o
authored andcommitted
chore: Bump snapshot version
Bump the snapshot version Signed-off-by: Jack Thomson <[email protected]>
1 parent 79bf129 commit acc85f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ and this project adheres to
1818

1919
### Fixed
2020

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+
2128
## \[1.10.0\]
2229

2330
### Added

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)