diff --git a/bin/version b/bin/version
index 88356304e24cca463a9d898964ff7cde9273ab85..708967cdc7322d7bcbde2a97ebfb8f190b7575c4 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.32.1"
+VERSION="v0.32.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