From 480e4aaf9466c5575e00f54f2ebb6b87cb7c3dff Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Fri, 12 May 2017 09:15:10 -0700 Subject: [PATCH] tag release 0.24.1 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index 016c7d9b6bc..aa97490e03a 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.24.1-snapshot" +VERSION="v0.24.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