From 66091ee49d5a1790e0b7151c785241297ad7bfe5 Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Mon, 1 Jun 2026 03:56:12 -0400 Subject: git-sonar v0.9.0 Signed-off-by: Matt Hunter --- git-sonar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3