0.12.8 release :)

This commit is contained in:
henrygd
2025-09-17 14:02:17 -04:00
parent 273a090200
commit d68f1f0985
3 changed files with 178 additions and 14 deletions

View File

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