Skip to content

Commit

Permalink
- fix: bump LATEST_ROUTER_DB_VERSION version (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Nov 12, 2024
1 parent 8dc5f1d commit 66a3b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shinkai-bin/shinkai-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shinkai_node"
version = "0.8.14"
version = "0.8.15"
edition = "2021"
authors.workspace = true
# this causes `cargo run` in the workspace root to run this package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use super::shinkai_lancedb_error::ShinkaiLanceDBError;
use super::shinkai_tool_schema::ShinkaiToolSchema;

// Note: Add 1 to the current number to force an old fashion migration (delete all and then add all)
pub static LATEST_ROUTER_DB_VERSION: &str = "5";
pub static LATEST_ROUTER_DB_VERSION: &str = "6";

// TODO: we need a way to export and import the db (or tables). it could be much faster to reset.

Expand Down

0 comments on commit 66a3b07

Please sign in to comment.