diff options
| author | Matt Hunter <m@lfurio.us> | 2026-06-01 03:56:12 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-06-01 03:56:12 -0400 |
| commit | 66091ee49d5a1790e0b7151c785241297ad7bfe5 (patch) | |
| tree | 432d70ff2c456119e2f505f65d6d5effdaeec478 | |
| parent | 07d6f75fa751361f6fd9d5f35155fb2885402a87 (diff) | |
| download | git-sonar-66091ee49d5a1790e0b7151c785241297ad7bfe5.tar.gz git-sonar-66091ee49d5a1790e0b7151c785241297ad7bfe5.zip | |
Signed-off-by: Matt Hunter <m@lfurio.us>
| -rwxr-xr-x | git-sonar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
