Skip to content

Commit a6b3a51

Browse files
JackThomson2pb8o
authored andcommitted
chore: Bump snapshot version
Bump the snapshot version (cherry picked from commit acc85f1) Signed-off-by: Jack Thomson <[email protected]>
1 parent 791763f commit a6b3a51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## \[1.10.1\]
10+
11+
### Changed
12+
13+
- [#4907](https://github.com/firecracker-microvm/firecracker/pull/4907): Bump
14+
snapshot version to 4.0.0.
15+
916
## \[1.10.0\]
1017

1118
### Added

src/vmm/src/persist.rs

+1-1
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)