Skip to content

Commit

Permalink
version +
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Jan 15, 2024
1 parent fab91e7 commit b109add
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.29.1] - 15.01.2024

- Fix: time error for totals on the main `Logbook page` due to `round` function. Calculation didn't affect Stats or Logbook exports

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.29.0"
const version = "2.29.1"

type config struct {
url string
Expand Down

0 comments on commit b109add

Please sign in to comment.