From c34ebfe73918e01b9bbb9f4e2fab1d1fa12c818d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 23 Oct 2019 20:57:04 +1300 Subject: [PATCH] Bump version Bump version so we can tell a difference between what has been released and what's in master. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29205d9af5..49e4920593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.4.0" +version = "0.4.1" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "A shell for the GitHub era" license = "MIT"