From 51aab73631058de49d5b72c376bb6ceeeb19ad10 Mon Sep 17 00:00:00 2001 From: gahag Date: Wed, 27 Apr 2022 19:44:55 -0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f93bbbe..039a765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hush" description = "Hush is a unix shell scripting language based on the Lua programming language" -version = "0.1.1" +version = "0.1.2" authors = ["gahag "] edition = "2018" homepage = "https://github.com/gahag/hush"