Skip to content

Commit

Permalink
fix version in capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 17, 2022
1 parent 23acf40 commit 1da615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/frontend/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func FrontendConfigFromStruct(cfg *config.Config) map[string]interface{} {
"major": version.Parsed().Major(),
"minor": version.Parsed().Minor(),
"micro": version.Parsed().Patch(),
"string": version.GetString(),
"string": version.LegacyString,
},
},
},
Expand Down

0 comments on commit 1da615a

Please sign in to comment.