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

Commit 934561c

Browse files
author
Marcos Torres
committed
bumping version to 0.12.1
1 parent af1aafe commit 934561c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ allprojects {
2727

2828
apply plugin: 'idea'
2929
group = 'com.microsoft.services'
30-
version = '0.12.0'
30+
version = '0.12.1'
3131
}

sdk/odata-engine-core/src/main/java/com/microsoft/services/odata/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Constants {
2424
/**
2525
* The constant SDK_VERSION.
2626
*/
27-
public static final String SDK_VERSION = "0.11.1";
27+
public static final String SDK_VERSION = "0.12.1";
2828

2929
/**
3030
* The constant USER_AGENT_HEADER.

0 commit comments

Comments
 (0)