release 0.13.2

This commit is contained in:
henrygd
2025-10-09 14:01:45 -04:00
parent 013da18789
commit d24150c78b
3 changed files with 4 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.13.1"
Version = "0.13.2"
// AppName is the name of the application.
AppName = "beszel"
)