Skip to content

Commit

Permalink
chore: Bump snapshot version
Browse files Browse the repository at this point in the history
Bump the snapshot version

Signed-off-by: Jack Thomson <[email protected]>
  • Loading branch information
JackThomson2 authored and pb8o committed Nov 12, 2024
1 parent 79bf129 commit acc85f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ and this project adheres to

### Fixed

## \[1.10.1\]

### Changed

- [#4907](https://github.com/firecracker-microvm/firecracker/pull/4907): Bump
snapshot version to 4.0.0.

## \[1.10.0\]

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/vmm/src/persist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub enum CreateSnapshotError {
}

/// Snapshot version
pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0);
pub const SNAPSHOT_VERSION: Version = Version::new(4, 0, 0);

/// Creates a Microvm snapshot.
pub fn create_snapshot(
Expand Down

0 comments on commit acc85f1

Please sign in to comment.