release 0.14.0 :)

This commit is contained in:
henrygd
2025-10-18 19:36:23 -04:00
parent 2fe3b1adb1
commit 77ed90cb4a
5 changed files with 652 additions and 121 deletions

View File

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