Skip to content

Commit bb74c0f

Browse files
committed
chore(release): ci 0.0.3
1 parent e9c0d49 commit bb74c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ci"
3-
version = "0.0.2-beta"
3+
version = "0.0.3"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
edition = "2021"
66
repository = "https://github.com/CodeInputCorp/cli"
@@ -23,7 +23,7 @@ journald = ["codeinput/journald"]
2323
syslog = ["codeinput/syslog"]
2424

2525
[dependencies]
26-
codeinput = { version = "0.0.2-beta", path = "../codeinput" }
26+
codeinput = { version = "0.0.3", path = "../codeinput" }
2727
human-panic = { workspace = true }
2828
better-panic = { workspace = true }
2929
log = { workspace = true }

0 commit comments

Comments
 (0)