Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Mar 6, 2024
1 parent b62da55 commit b0ce5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.32.1] - 06.03.2024

- Fix: Add additional checks for time field autoformat, so app will not crash

Expand Down
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/vsimakhin/web-logbook/internal/models"
)

const version = "2.32.0"
const version = "2.32.1"

type config struct {
url string
Expand Down

0 comments on commit b0ce5a5

Please sign in to comment.