We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628779f commit ee63a72Copy full SHA for ee63a72
get-version.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# Fallback version here
4
-version="1.13.0 (2025-08-04)"
+version="1.13.1-non-git"
5
6
version="$(git describe --tags 2>/dev/null || echo "$version")"
7
0 commit comments