0.18.4 release

This commit is contained in:
henrygd
2026-02-20 15:00:15 -05:00
parent 191f25f6e0
commit 4cfb2a86ad
3 changed files with 17 additions and 7 deletions

View File

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