0.18.6 release

This commit is contained in:
henrygd
2026-03-29 13:03:48 -04:00
parent f6c5e2928a
commit 5db4eb4346
3 changed files with 16 additions and 2 deletions

View File

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