diff --git a/bin/version b/bin/version
index e345d37f0c5a56f8d45be4cdf21247b6251180b6..375c3906d39dc2cc3f73e978bb88826515b73f76 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