summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-20 00:27:18 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-20 00:27:43 +0100
commit74cc48fc500f7f81a867394e8d6550562500d14f (patch)
treee9429ce570ccc2be8d32d8ec33796ee77d2e3c79 /Cargo.toml
parent3d6312938fa8f890df1900b0b37c45626b388327 (diff)
fix(release): beta tag breaks cargo installv0.5.0-beta
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbf26ce1e..688080f11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.5.0-beta"
+version = "0.5.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"