From 55f3e97f07b89b30bdb96bc52a4d84f53b02efd1 Mon Sep 17 00:00:00 2001 From: zezha-msft Date: Fri, 11 Jan 2019 12:56:35 -0800 Subject: [PATCH] Incremented version to 10.0.5-preview --- common/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.go b/common/version.go index 8364b3c58..1b6259f54 100644 --- a/common/version.go +++ b/common/version.go @@ -1,4 +1,4 @@ package common -const AzcopyVersion = "10.0.4-Preview" +const AzcopyVersion = "10.0.5-Preview" const UserAgent = "AzCopy/" + AzcopyVersion