From 260d4938914da1dd1e1d1e2ddd86434b439446fa Mon Sep 17 00:00:00 2001 From: John Reese Date: Mon, 20 Jul 2020 12:28:34 -0400 Subject: [PATCH] Prepare 0.10.2 release --- internal/commands/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/default.go b/internal/commands/default.go index 77993a3..19283ac 100644 --- a/internal/commands/default.go +++ b/internal/commands/default.go @@ -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)")