From 07de57717b87740dcf01fad7449d3bd7594d4369 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 24 Aug 2021 06:29:45 -0400 Subject: git-sonar v0.8 Signed-off-by: Malfurious --- git-sonar | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-sonar b/git-sonar index a6fc57a..0a6c634 100755 --- a/git-sonar +++ b/git-sonar @@ -4,6 +4,8 @@ # # A heads up display for git +GIT_SONAR_VERSION="v0.8" + ################################################################################ # Original sonar-base ################################################################################ @@ -537,6 +539,7 @@ usage() { _local_diverged="\033[1;33m⇵\033[0m" _stash="\033[1;33m≡\033[0m" echo "git-sonar - a heads up display for git" + echo " $GIT_SONAR_VERSION" echo "" echo "examples:" echo -ne " $_git$_master$_endgit" -- cgit v1.2.3