Skip to content

Commit 0f6142e

Browse files
committed
0.18.3 release
1 parent 8c37b93 commit 0f6142e

File tree

3 files changed

+16
-46
lines changed

3 files changed

+16
-46
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.2"
9+
Version = "0.18.3"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package-lock.json

Lines changed: 14 additions & 44 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beszel",
33
"private": true,
4-
"version": "0.18.2",
4+
"version": "0.18.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

0 commit comments

Comments
 (0)