Skip to content

Commit 1f67fb7

Browse files
committed
release 0.15.1
1 parent 219e09f commit 1f67fb7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.15.0"
9+
Version = "0.15.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: 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.15.0",
4+
"version": "0.15.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

0 commit comments

Comments
 (0)