diff --git a/bin/version b/bin/version
index 9c4074e12db66a69f70027004462a65c7ae37660..93246bb003293e8400bbe08ac08f46c4f4e7f9d8 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.36.4"
+VERSION="v0.36.5"
 
 # 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