From c8807cef2dfa0f79d2bfd2fbe6a28f19a45058d3 Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran Date: Thu, 20 Jul 2017 14:44:09 -0700 Subject: [PATCH] update version --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index db050aaa4aca6..e96cbd9c6904f 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.25.0.RC1" +VERSION="v0.25.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