From f42c03cfed5d77272a8790d8ad1580efd4e4d90a Mon Sep 17 00:00:00 2001 From: Tom Robinson <tlrobinson@gmail.com> Date: Tue, 18 Oct 2016 10:23:42 -0700 Subject: [PATCH] Update version --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index 9ceb0848c52..f1a7f883f2d 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.20.0" +VERSION="v0.21.0-snapshot" # 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