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
+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.7"
Version = "0.18.8"
// AppName is the name of the application.
AppName = "beszel"
)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.18.7",
"version": "0.18.8",
"type": "module",
"scripts": {
"dev": "vite --host",