0.18.3 release

This commit is contained in:
henrygd
2026-02-01 13:48:11 -05:00
parent 8c37b93a4b
commit 0f6142e27e
3 changed files with 16 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ import "github.com/blang/semver"
const (
// Version is the current version of the application.
Version = "0.18.2"
Version = "0.18.3"
// AppName is the name of the application.
AppName = "beszel"
)