Skip to content

Commit

Permalink
version 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Dec 25, 2023
1 parent 8322905 commit 88b7bb5
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.28.0] - 25.12.2023

- New: Add licensing synchronization with mobile app. No UI changes.
- Fix: The `-url` parameter was ignored. Now the default value is empty, which means the app will listen on all available network interfaces.
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.27.0"
const version = "2.28.0"

type config struct {
url string
Expand Down

0 comments on commit 88b7bb5

Please sign in to comment.