Skip to content

Commit

Permalink
version 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Jul 1, 2023
1 parent b45aa9b commit 39c8cbd
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.23.0]

- Fix: set smaller font size or even truncate the remarks for PDF exports in case they are too long

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.22.0"
const version = "2.23.0"

type config struct {
url string
Expand Down

0 comments on commit 39c8cbd

Please sign in to comment.