diff --git a/bin/version b/bin/version
index 418cc01c932486d882a5f6f7f963dceb1a702ec7..a3bcbaf939105d9673de101fef82f35354dfb8e6 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.32.6"
+VERSION="v0.32.7"
 
 # 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