diff --git a/bin/version b/bin/version
index 7d06bede3c0030bef6f5566fffdc2aee267a70bc..d95adc18366b405c088512c51e24a19de06049e9 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.33.2"
+VERSION="v0.33.3"
 
 # 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