Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Co-authored-by: Dario Zanotto <[email protected]>
Co-authored-by: Martin Sereinig <[email protected]>
Co-authored-by: Harald Reingruber <[email protected]>
Co-authored-by: Michael Weichselbaumer <[email protected]>
Co-authored-by: Ricardo Colombo <[email protected]>
Co-authored-by: Bernadette Hammerle <[email protected]>
  • Loading branch information
7 people committed Sep 20, 2024
1 parent c49eda0 commit 853d278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.2.0
- Feature: `mob done` now pulls when someone else already did `done`

# 5.1.1
- Fix: `mob break 5` is now correctly parsed

Expand Down
2 changes: 1 addition & 1 deletion mob.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
versionNumber = "5.1.1"
versionNumber = "5.2.0"
minimumGitVersion = "2.13.0"
)

Expand Down

0 comments on commit 853d278

Please sign in to comment.