chore: bump version to 0.3.0
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vessel",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user