From 859d69620541b584e947212fed74411c7b359ec5 Mon Sep 17 00:00:00 2001 From: John Reese Date: Sat, 18 Jul 2020 09:10:42 -0400 Subject: [PATCH] Prepare 0.10.1 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 3891e03..77993a3 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.0", + Version: "0.10.1", } cmd.PersistentFlags().StringP("manifest", "m", "", "Path where the manifest file is (defaults to .images.yaml in the current directory)")