diff --git a/beszel.go b/beszel.go index 82e87e81..57d8f4e1 100644 --- a/beszel.go +++ b/beszel.go @@ -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" ) diff --git a/internal/migrations/0_collections_snapshot_0_19_0_dev_4.go b/internal/migrations/0_collections_snapshot_0_19_0.go similarity index 100% rename from internal/migrations/0_collections_snapshot_0_19_0_dev_4.go rename to internal/migrations/0_collections_snapshot_0_19_0.go diff --git a/internal/site/package.json b/internal/site/package.json index 3a243bf5..a69c345c 100644 --- a/internal/site/package.json +++ b/internal/site/package.json @@ -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" } -} \ No newline at end of file +}