release 0.13.1

This commit is contained in:
henrygd
2025-10-05 20:09:49 -04:00
parent 898dbf73c8
commit b661d00159
4 changed files with 10 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.0"
Version = "0.13.1"
// AppName is the name of the application.
AppName = "beszel"
)