Skip to content

Commit 853d278

Browse files
gregorrieglerdzanottosrecnigharaldreingruberMichael-bit-224
committed
bump version
Co-authored-by: Dario Zanotto <d.zanotto@gmail.com> Co-authored-by: Martin Sereinig <ms@veryunited.net> Co-authored-by: Harald Reingruber <harald.reingruber@gmail.com> Co-authored-by: Michael Weichselbaumer <02.angeln-statuten@icloud.com> Co-authored-by: Ricardo Colombo <clmb.olv@gmail.com> Co-authored-by: Bernadette Hammerle <bernadette.elena.hammerle@gmail.com>
1 parent c49eda0 commit 853d278

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.2.0
2+
- Feature: `mob done` now pulls when someone else already did `done`
3+
14
# 5.1.1
25
- Fix: `mob break 5` is now correctly parsed
36

mob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
versionNumber = "5.1.1"
24+
versionNumber = "5.2.0"
2525
minimumGitVersion = "2.13.0"
2626
)
2727

0 commit comments

Comments
 (0)