Skip to content

Commit 5e4cc3d

Browse files
committed
bump to version 4.4.2
1 parent 56d0a55 commit 5e4cc3d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.4.2
2+
- Fix: `mob config`, `mob help`, `mob moo` and `mob version` are now working outside of git repositories again
3+
- Fix: `mob clean` now works correctly
4+
5+
Thanks to @danilo-bc and @jrdodds for reporting these bugs!
6+
17
# 4.4.1
28
- Fix: mob.sh now works correctly if git option `status.branch` is set to `true`
39

mob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
versionNumber = "4.4.1"
30+
versionNumber = "4.4.2"
3131
minimumGitVersion = "2.13.0"
3232
)
3333

0 commit comments

Comments
 (0)