Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Oct 9, 2024
1 parent 3a3d832 commit bd8d869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 5.3.2
- Fix: Removed wrong warning about diverging wip branch when joining a new session

# 5.3.1
- Fix: Added documentation for `mob start --discard-uncommitted-changes` in the `mob help` command
- Fix: Added documentation for `mob start --discard-uncommitted-changes` in the `mob help` command

# 5.3.0
- Feature: `mob start --discard-uncommitted-changes` allows to discard uncommitted changes and then starting a new mob session
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.3.1"
versionNumber = "5.3.2"
minimumGitVersion = "2.13.0"
)

Expand Down

0 comments on commit bd8d869

Please sign in to comment.