We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d0a55 commit 5e4cc3dCopy full SHA for 5e4cc3d
CHANGELOG.md
@@ -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
7
# 4.4.1
8
- Fix: mob.sh now works correctly if git option `status.branch` is set to `true`
9
mob.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
const (
30
- versionNumber = "4.4.1"
+ versionNumber = "4.4.2"
31
minimumGitVersion = "2.13.0"
32
33
0 commit comments