Bump to -pre version

This commit is contained in:
Dustin J. Mitchell
2025-07-30 21:23:03 -04:00
parent 547621950f
commit ae9adf1572
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "taskchampion-sync-server-storage-sqlite"
version = "0.7.0"
version = "0.7.1-pre"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
description = "SQLite backend for TaskChampion-sync-server"
@ -9,7 +9,7 @@ repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
license = "MIT"
[dependencies]
taskchampion-sync-server-core = { path = "../core", version = "0.7.0" }
taskchampion-sync-server-core = { path = "../core", version = "0.7.1-pre" }
async-trait.workspace = true
uuid.workspace = true
anyhow.workspace = true