Skip to content

Commit fe78afe

Browse files
authored
Merge pull request #520 from microsoftgraph/hotfix/version-bump
- fixes missing version bump for release
2 parents 2e374d8 + 1b0caef commit fe78afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 2
2727
mavenMinorVersion = 0
28-
mavenPatchVersion = 12
28+
mavenPatchVersion = 13
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525
/**
2626
* Current SDK version
2727
*/
28-
public static final String VERSION = "v2.0.12";
28+
public static final String VERSION = "v2.0.13";
2929
/**
3030
* Verion prefix
3131
*/

0 commit comments

Comments
 (0)