From 83af4f42dddd6a0699732706d5f4acc6c3c6e7f7 Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Wed, 20 Sep 2017 17:48:47 -0700 Subject: [PATCH] v0.26.0.RC2 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index 0847d46dbf2..b7ed9ca7c7c 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.26.0-snapshot" +VERSION="v0.26.0.RC2" # 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