update dev version and finalize migration file for 0.19.0

This commit is contained in:
henrygd
2026-09-02 18:00:40 -04:00
parent 7d347cfd6a
commit 3d8fc39e94
3 changed files with 3 additions and 3 deletions

View File

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