summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-18 15:10:43 +0200
committerAram Drevekenin <aram@poor.dev>2023-06-18 15:10:43 +0200
commit4102a14e5cd1c606ad11c56b1892155478d33a7f (patch)
treea074511be2bc0b850159d3c08c4fc1af15109bfd /zellij-client
parent9c4c78d5a3e6fc0f9735378f45105422dff9a7f1 (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 8b6c87cbb..2a865dff5 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.37.0"
+version = "0.38.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
serde_yaml = "0.8"
serde_json = "1.0"
-zellij-utils = { path = "../zellij-utils/", version = "0.37.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.38.0" }
log = "0.4.17"
[dev-dependencies]