From 611fafbadc6045bc7795c6f28217914dd94a7e6d Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Sun, 31 Mar 2019 21:15:17 +0100 Subject: [PATCH] Update version to 0.7.1 --- VERSION | 2 +- docs/core-manage-asdf-vm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8b20e485..63f2359f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.7.0 +v0.7.1 diff --git a/docs/core-manage-asdf-vm.md b/docs/core-manage-asdf-vm.md index 92c123ae..71efc47e 100644 --- a/docs/core-manage-asdf-vm.md +++ b/docs/core-manage-asdf-vm.md @@ -7,7 +7,7 @@ Clone only the latest branch: ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.0 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.1 ``` Alternately, you can clone the whole repo and checkout the latest branch: