We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe82e5b + acffd4c commit ba4ee57Copy full SHA for ba4ee57
1 file changed
zap/render/version.go
@@ -15,6 +15,7 @@ import (
15
16
"github.com/beevik/etree"
17
"github.com/project-chip/alchemy/zap"
18
+ "github.com/project-chip/alchemy/config"
19
)
20
21
func (cr *configuratorRenderer) patchComments(configurator *zap.Configurator, x *etree.Document) error {
@@ -126,7 +127,7 @@ func (cr *configuratorRenderer) patchAlchemyComment(configurator *zap.Configurat
126
127
Path: strings.Join(paths, " "),
128
Parameters: args,
129
Git: cr.generator.specVersion,
- Version: "v1.5.50",
130
+ Version: config.Version(),
131
})
132
if err != nil {
133
return err
0 commit comments