Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Jan 10, 2025
1 parent 1a64479 commit 87b5b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-sqlite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ impl SqliteManager {
// Method to set the version and determine if a global reset is needed
pub fn set_version(&self, version: &str) -> Result<()> {
// Note: add breaking versions here as needed
let breaking_versions = ["0.9.0", "0.9.1", "0.9.2", "0.9.3", "0.9.4"];
let breaking_versions = ["0.9.0", "0.9.1", "0.9.2", "0.9.3", "0.9.4", "0.9.5"];

let needs_global_reset = self.get_version().map_or(false, |(current_version, _)| {
breaking_versions
Expand Down

0 comments on commit 87b5b39

Please sign in to comment.