release 0.18.8

This commit is contained in:
henrygd
2026-08-17 16:01:51 -04:00
parent 218aa8478a
commit e07f91b920
2 changed files with 2 additions and 2 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.7" Version = "0.18.8"
// 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.7", "version": "0.18.8",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",