We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991f46e commit ccd5442Copy full SHA for ccd5442
cmd/hydra.go
@@ -45,7 +45,7 @@ func newRootCmd(args []string) *cobra.Command {
45
cmd := &cobra.Command{
46
Use: "hydra",
47
Short: "Hydra builds docker images and add multiple convenient tags",
48
- Version: "1.0.0",
+ Version: "0.0.1",
49
SilenceUsage: true,
50
}
51
0 commit comments