aboutsummaryrefslogtreecommitdiff
path: root/giti
diff options
context:
space:
mode:
Diffstat (limited to 'giti')
-rwxr-xr-xgiti2
1 files changed, 1 insertions, 1 deletions
diff --git a/giti b/giti
index ed9c8be..4f3cdae 100755
--- a/giti
+++ b/giti
@@ -5,7 +5,7 @@ import sys
import requests
__author__ = 'Victor Häggqvist'
-__version__ = '0.2'
+__version__ = '0.2.2'
def repo_url(kind: str, global_dir=False) -> str: