Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 14b625d

Browse files
author
Josh Friedman
committed
Bumping Version to 4.4.0
1 parent f72d601 commit 14b625d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

microsoft-azure-storage-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>4.3.0</version>
29+
<version>4.4.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>

microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ public static class HeaderConstants {
646646
/**
647647
* Specifies the value to use for UserAgent header.
648648
*/
649-
public static final String USER_AGENT_VERSION = "4.3.0";
649+
public static final String USER_AGENT_VERSION = "4.4.0";
650650

651651
/**
652652
* The default type for content-type and accept

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-storage</artifactId>
13-
<version>4.3.0</version>
13+
<version>4.4.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure Storage Client SDK</name>

0 commit comments

Comments
 (0)