Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 22, 2023
1 parent 66473cd commit 03781c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ func GetVersion(ctx context.Context) string {
return Version
}

if Version == versionUnknown {
return versionUnknown
}

return tag
}

0 comments on commit 03781c5

Please sign in to comment.