From 89438eaf0c6f948444e15279bee55c9ef965706b Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <salsakran@users.noreply.github.com> Date: Tue, 18 Oct 2016 10:23:42 -0700 Subject: [PATCH] Tag release-0.20.1 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index 9ceb0848c52..938f78f2adc 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.20.0" +VERSION="v0.20.1" # dynamically pull more interesting stuff from latest git commit HASH=$(git show-ref --head --hash=7 head) # first 7 letters of hash should be enough; that's what GitHub uses -- GitLab