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
+1 -1
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"
)
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.18.8",
"version": "0.19.0",
"type": "module",
"scripts": {
"dev": "vite --host",
@@ -74,4 +74,4 @@
"optionalDependencies": {
"@esbuild/linux-arm64": "^0.21.5"
}
}
}