diff --git a/quickpeep_raker/src/storage/migrations.rs b/quickpeep_raker/src/storage/migrations.rs index f42aaae..5af7165 100644 --- a/quickpeep_raker/src/storage/migrations.rs +++ b/quickpeep_raker/src/storage/migrations.rs @@ -1,2 +1,2 @@ pub const MIGRATION_KEY: &[u8] = b"MIGRATION_VERSION"; -pub const MIGRATION_VERSION: &str = "quickpeep_raker:00001"; +pub const MIGRATION_VERSION: &str = "quickpeep_raker:0.1.0";