diff --git a/bin/version b/bin/version
index 800a9be11eb3e06d12115cbef466fdf8df1f8eae..d0838303e57b97a7ad8c45b2f8ef7a52bebf9ffd 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.16.0"
+VERSION="v0.16.1"
 
 # 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