Bump reva

This commit is contained in:
André Duffeck
2025-03-19 17:41:47 +01:00
committed by Ralf Haferkamp
parent 05c2b39281
commit 31f24a65b3
15 changed files with 131 additions and 45 deletions
-7
View File
@@ -297,13 +297,6 @@ func VersionString(val string) Option {
}
}
// Edition provides a function to set the Edition config option.
func Edition(val string) Option {
return func(o *Options) {
o.config.Edition = val
}
}
// Product provides a function to set the Product config option.
func Product(val string) Option {
return func(o *Options) {