release 0.18.8

This commit is contained in:
henrygd
2026-08-17 16:01:51 -04:00
parent 218aa8478a
commit e07f91b920
2 changed files with 2 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.7"
Version = "0.18.8"
// AppName is the name of the application.
AppName = "beszel"
)