diff options
| -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; } |
