summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-15 16:41:07 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-15 16:41:07 +0200
commit0f3590adb519e52034019997ee2a5a33d1270ef7 (patch)
treee0badac84faf2be5fb8df2ebb08488982d572f3b /Cargo.toml
parent1868816791caca222f8a17ab96e3d514dc2ae79f (diff)
chore(version): bump development version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5a7af570..738b46427 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.17.0"
+version = "0.18.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
@@ -14,9 +14,9 @@ resolver = "2"
[dependencies]
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.17.0" }
-zellij-server = { path = "zellij-server/", version = "0.17.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.17.0" }
+zellij-client = { path = "zellij-client/", version = "0.18.0" }
+zellij-server = { path = "zellij-server/", version = "0.18.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.18.0" }
log = "0.4.14"
[dev-dependencies]