chore: bump version to 0.3.0

This commit is contained in:
2026-01-02 19:32:31 +01:00
parent 2f28b689f5
commit 81b55f07f4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -44,7 +44,7 @@ func getGitHubRepo() string {
if repo := os.Getenv("GITHUB_REPO"); repo != "" {
return repo
}
return "vikingowl/vessel"
return "VikingOwl91/vessel"
}
// fetchLatestRelease fetches the latest release from GitHub

View File

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