aboutsummaryrefslogtreecommitdiff
path: root/giti
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-10-15 14:11:45 +0200
committerVictor Häggqvist <[email protected]>2015-10-15 14:11:45 +0200
commit2593794544c78ad89b1ac67576191bddad1a8f15 (patch)
treea6c82ba74c729324a871134d2b9c952553fddc3b /giti
parent63649eadf599e2164d05fca6c4dd7559a092af28 (diff)
bump version
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: