mirror of
https://github.com/henrygd/beszel.git
synced 2025-06-23 01:55:39 +00:00
Release v0.11.0
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"private": true,
|
||||
"version": "0.10.2",
|
||||
"version": "0.11.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@ -70,4 +70,4 @@
|
||||
"optionalDependencies": {
|
||||
"@esbuild/linux-arm64": "^0.21.5"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
package beszel
|
||||
|
||||
const (
|
||||
Version = "0.10.2"
|
||||
Version = "0.11.0"
|
||||
AppName = "beszel"
|
||||
)
|
||||
|
Reference in New Issue
Block a user