From 3e864b9c50c7a5c66a7baee569c59dd80860bc6f Mon Sep 17 00:00:00 2001 From: esummers-msft Date: Wed, 6 Jul 2016 14:01:43 -0700 Subject: [PATCH] Bumping Version to 4.3.0 --- microsoft-azure-storage-samples/pom.xml | 2 +- .../src/com/microsoft/azure/storage/Constants.java | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsoft-azure-storage-samples/pom.xml b/microsoft-azure-storage-samples/pom.xml index 607271c70..6a4db1c1c 100644 --- a/microsoft-azure-storage-samples/pom.xml +++ b/microsoft-azure-storage-samples/pom.xml @@ -26,7 +26,7 @@ com.microsoft.azure azure-storage - 4.2.0 + 4.3.0 com.microsoft.azure diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java index 8797e5a5f..41186233a 100644 --- a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java +++ b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java @@ -611,7 +611,7 @@ public static class HeaderConstants { /** * Specifies the value to use for UserAgent header. */ - public static final String USER_AGENT_VERSION = "4.2.0"; + public static final String USER_AGENT_VERSION = "4.3.0"; /** * The default type for content-type and accept diff --git a/pom.xml b/pom.xml index 2aac04e0d..94a9533e7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.microsoft.azure azure-storage - 4.2.0 + 4.3.0 jar Microsoft Azure Storage Client SDK