From d39e927107ad26774b027bbdda5c38e6730ba775 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sat, 5 Oct 2019 20:50:15 +0100 Subject: [PATCH] (cargo-release) version 0.1.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a682018..18d1389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-workspace" -version = "0.1.7-alpha.0" +version = "0.1.7" authors = ["Tom Forbes "] edition = "2018" description = "Manage and update personal and work git repos from multiple providers" @@ -25,4 +25,4 @@ console = "0.9.0" [target."cfg(unix)".dependencies] -expanduser = "1.2.1" \ No newline at end of file +expanduser = "1.2.1"