Skip to content

Commit

Permalink
Fix manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Aug 30, 2024
1 parent 711388b commit 3e1286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func main() {
}

// Compile manifest
manifest.Version = fmt.Sprintf("%s-go", Version)
manifest.Version = "2.0.5-go"
manifest.MetaDetails = MetaDetails{
InstanceCount: len(instances),
Today: time.Now().UTC().Format(time.DateOnly),
Expand Down

0 comments on commit 3e1286f

Please sign in to comment.