From 0c786bb890ef3190f8f9a08f6f6e56a450e49b6b Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 24 Dec 2019 14:51:10 +1300 Subject: [PATCH] Bump to 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d830210c5f..8c6e2d2fbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.7.1" +version = "0.7.2" dependencies = [ "ansi_term 0.12.1", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index f62bf64975..7d5a3c1364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.7.1" +version = "0.7.2" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "A shell for the GitHub era" license = "MIT"