Skip to content

Commit

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

(cherry picked from commit acc85f1)
Signed-off-by: Jack Thomson <[email protected]>
  • Loading branch information
JackThomson2 authored and pb8o committed Nov 12, 2024
1 parent 791763f commit a6b3a51
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 @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[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 a6b3a51

Please sign in to comment.