Skip to content

Commit 1f067aa

Browse files
committed
release 0.18.1
1 parent 1388711 commit 1f067aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

beszel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
66

77
const (
88
// Version is the current version of the application.
9-
Version = "0.18.0"
9+
Version = "0.18.1"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beszel",
33
"private": true,
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",
@@ -77,4 +77,4 @@
7777
"optionalDependencies": {
7878
"@esbuild/linux-arm64": "^0.21.5"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)