Skip to content

Commit

Permalink
New version v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Sep 1, 2019
1 parent 32b4235 commit 3788318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitz/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

VERSION = '0.9.7'
VERSION = '0.9.8'
ROOT_DIR = Path(__file__).absolute().parents[1]
COMMANDS = sorted(
f.name for f in ROOT_DIR.iterdir() if f.name.startswith('git-')
Expand Down

0 comments on commit 3788318

Please sign in to comment.