chore: bump version to 0.7.0

This commit is contained in:
2026-01-23 15:56:34 +01:00
parent a65417eabe
commit 779a3dc452
3 changed files with 2 additions and 2 deletions

View File

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

BIN
backend/vessel Executable file

Binary file not shown.

View File

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