Skip to content

Commit de4726b

Browse files
authored
Merge pull request #45 from ripienaar/43.1
(#43) fix using own version in packager
2 parents 783f133 + 38a9c48 commit de4726b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajc/package_command.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (c *packageCommand) dockerAction(_ *kingpin.ParseContext) error {
4747
}
4848

4949
if h.AJVersion == "" {
50-
h.AJVersion = version
50+
h.AJVersion = fmt.Sprintf("v%s", version)
5151
}
5252
if h.Name == "" {
5353
h.Name = "choria.io/asyncjobs/handlers"

0 commit comments

Comments
 (0)