summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-08-31 11:36:09 +0200
committerAram Drevekenin <aram@poor.dev>2021-08-31 11:36:09 +0200
commit7c075ac7e3c00b52cd035140f4229c94b20606c6 (patch)
tree315d97a6c280e05640801ae352d9137ca83c30ed /zellij-client
parente993a23a85c91ef057c546f3e242f0da73ecafec (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 b9edb0ad1..271fb7163 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.16.0"
+version = "0.17.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The client-side library for Zellij"
@@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
mio = "0.7.11"
termbg = "0.2.3"
-zellij-utils = { path = "../zellij-utils/", version = "0.16.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.17.0" }
log = "0.4.14"
[dev-dependencies]