From ef2b3c64515838aba9fc7dc5f1545d9d2851d89d Mon Sep 17 00:00:00 2001 From: zezha-msft Date: Fri, 28 Sep 2018 14:35:01 -0700 Subject: [PATCH] Incremented version to 10.0.2 --- common/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.go b/common/version.go index dad21459e..f59d062eb 100644 --- a/common/version.go +++ b/common/version.go @@ -1,4 +1,4 @@ package common -const AzcopyVersion = "10.0.1-Preview" +const AzcopyVersion = "10.0.2-Preview" const UserAgent = "AzCopy/v" + AzcopyVersion