<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/tools/version.sh
+++ b/tools/version.sh
@@ -1,4 +1,3 @@
 #!/bin/sh
 
-test -d .git || exit
-git describe --tags
+echo -n "0.14.39"
</pre></body></html>