release: bump version to 0.4.1

This commit is contained in:
Ragnor Comerford 2026-05-02 23:20:37 +02:00
parent e041130de3
commit 8726ffe0a3
No known key found for this signature in database
7 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "omnigraph-cli"
version = "0.3.1"
version = "0.4.1"
edition = "2024"
description = "CLI for the Omnigraph graph database."
license = "MIT"
@ -13,9 +13,9 @@ name = "omnigraph"
path = "src/main.rs"
[dependencies]
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.3.1" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.3.1" }
omnigraph-server = { path = "../omnigraph-server", version = "0.3.1" }
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.4.1" }
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.4.1" }
omnigraph-server = { path = "../omnigraph-server", version = "0.4.1" }
clap = { workspace = true }
color-eyre = { workspace = true }
serde = { workspace = true }