0.18.5 release

This commit is contained in:
henrygd
2026-03-27 16:27:53 -04:00
parent f7b5a505e8
commit 9840b99327
3 changed files with 50 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.4"
Version = "0.18.5"
// AppName is the name of the application.
AppName = "beszel"
)