release 0.18.0

This commit is contained in:
henrygd
2026-01-11 17:18:32 -05:00
parent 534791776b
commit 42c3ca5db5
3 changed files with 4 additions and 4 deletions

View File

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