0.18.7 release

This commit is contained in:
henrygd
2026-04-05 16:14:39 -04:00
parent 5ab82183fa
commit 6e3fd90834
4 changed files with 32 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.6"
Version = "0.18.7"
// AppName is the name of the application.
AppName = "beszel"
)