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 ( const (
// Version is the current version of the application. // Version is the current version of the application.
Version = "0.18.9" Version = "0.19.0"
// AppName is the name of the application. // AppName is the name of the application.
AppName = "beszel" AppName = "beszel"
) )

View File

@@ -1,7 +1,7 @@
{ {
"name": "beszel", "name": "beszel",
"private": true, "private": true,
"version": "0.18.8", "version": "0.19.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",