chore: bump version to 0.5.1

This commit is contained in:
2026-01-07 20:51:56 +01:00
parent f3ba4c8876
commit 16fbad131d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import (
)
// Version is set at build time via -ldflags, or defaults to dev
var Version = "0.5.0"
var Version = "0.5.1"
func getEnvOrDefault(key, defaultValue string) string {
if value := os.Getenv(key); value != "" {

View File

@@ -1,6 +1,6 @@
{
"name": "vessel",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"type": "module",
"scripts": {