Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Apr 8, 2024
1 parent f2da24b commit 3dd5c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ options:
--diff show git diff --color-words
--log show pretty git log
--show show most recent commit
-e toggles 'exit_non_zero' setting for current run of job
-y supplies 'y' to job commands, similar to yes | job
-i force job to run in interactive mode
-n, --dry-run print commands instead of executing them
```
2 changes: 1 addition & 1 deletion baka.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import sys
import time

VERSION = "0.7.7"
VERSION = "0.8.0"
BASE_PATH = os.path.expanduser("~/.baka")


Expand Down

0 comments on commit 3dd5c89

Please sign in to comment.