From 5ac3b5bd82f7b72dce8d079bb4e2c329f30b2edf Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@metabase.com> Date: Mon, 16 Dec 2019 15:41:38 -0800 Subject: [PATCH] v0.33.7.2 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index e345d37f0c5..375c3906d39 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.33.6" +VERSION="v0.33.7.2" # 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