0.12.5 release :)

This commit is contained in:
henrygd
2025-08-26 21:04:46 -04:00
parent 8fa9aece63
commit 5f4d3dc730
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "beszel",
"version": "0.12.4",
"version": "0.12.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "beszel",
"version": "0.12.4",
"version": "0.12.5",
"dependencies": {
"@henrygd/queue": "^1.0.7",
"@henrygd/semaphore": "^0.0.2",

View File

@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.12.4",
"version": "0.12.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -3,7 +3,7 @@ package beszel
import "github.com/blang/semver"
const (
Version = "0.12.4"
Version = "0.12.5"
AppName = "beszel"
)