aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgiti2
1 files changed, 1 insertions, 1 deletions
diff --git a/giti b/giti
index 8e1056e..15f3239 100755
--- a/giti
+++ b/giti
@@ -5,7 +5,7 @@ import sys
import requests
__author__ = 'Victor Häggqvist'
-__version__ = '0.2.2'
+__version__ = '0.3.0'
def repo_url(kind: str, global_dir=False) -> str: