From 9b56154cb35e1d2135f196b45ce35cc2c586930d Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 1 Oct 2016 20:24:52 -0700 Subject: [PATCH] bump to 2.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fab771..170392d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/google_containers IMAGE = $(REGISTRY)/git-sync-$(ARCH) LEGACY_AMD64_IMAGE = $(REGISTRY)/git-sync -TAG = 1.0 +TAG = v2.0.0 # Architectures supported: amd64, arm, arm64 and ppc64le ARCH ?= amd64