Skip to content

Commit 85928b8

Browse files
committed
bump version
1 parent c7309c2 commit 85928b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.3.2"
10+
version = "0.3.3-a1"
1111
authors = ["Gabe Fierro <[email protected]>"]
1212
repository = "https://github.com/gtfierro/reasonable"
1313
homepage = "https://brickschema.org/"
@@ -36,7 +36,7 @@ serde_json = "1.0"
3636
serde_derive = "1.0"
3737
tinytemplate = "1.2.1"
3838
anyhow = "1.0.60"
39-
reasonable = { path = "lib", version = "0.3.2" }
39+
reasonable = { path = "lib", version = "0.3.3-a1" }
4040
clap = { version = "4.3.10", features = ["derive"] }
4141

4242
[profile.release]

0 commit comments

Comments
 (0)