Skip to content

Commit

Permalink
Prepare 0.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Jul 20, 2020
1 parent 4b5df75 commit 260d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewDefaultCommand() *cobra.Command {
Use: path.Base(os.Args[0]),
Short: "sinker",
Long: "A tool to sync container images to another container registry",
Version: "0.10.1",
Version: "0.10.2",
}

cmd.PersistentFlags().StringP("manifest", "m", "", "Path where the manifest file is (defaults to .images.yaml in the current directory)")
Expand Down

0 comments on commit 260d493

Please sign in to comment.