summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-06-01 03:56:12 -0400
committerMatt Hunter <m@lfurio.us>2026-06-01 03:56:12 -0400
commit66091ee49d5a1790e0b7151c785241297ad7bfe5 (patch)
tree432d70ff2c456119e2f505f65d6d5effdaeec478
parent07d6f75fa751361f6fd9d5f35155fb2885402a87 (diff)
downloadgit-sonar-66091ee49d5a1790e0b7151c785241297ad7bfe5.tar.gz
git-sonar-66091ee49d5a1790e0b7151c785241297ad7bfe5.zip
git-sonar v0.9.0HEADv0.9.0master
Signed-off-by: Matt Hunter <m@lfurio.us>
-rwxr-xr-xgit-sonar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sonar b/git-sonar
index c44b1d5..6695352 100755
--- a/git-sonar
+++ b/git-sonar
@@ -1,6 +1,6 @@
#!/bin/sh
-GIT_SONAR_VERSION="v0.9.0-dev"
+GIT_SONAR_VERSION="v0.9.0"
version() { exec printf 'git-sonar %s\n' "$GIT_SONAR_VERSION"; }
docs() { exec man 1 git-sonar; }