Skip to content

Commit

Permalink
Merge pull request #524 from microsoftgraph/feature/2-3-1-version-bump
Browse files Browse the repository at this point in the history
- bumps patch version
  • Loading branch information
baywet committed Oct 5, 2020
2 parents 3500614 + 6e51097 commit 81646d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ Add the dependency in `dependencies` in pom.xml
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph
mavenMajorVersion = 2
mavenMinorVersion = 3
mavenPatchVersion = 0
mavenPatchVersion = 1
mavenArtifactSuffix =
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/core/Constants.java
Expand Up @@ -30,5 +30,5 @@ private Constants() {
public static final String PASSWORD = "password";
public static final String TENANTID = "tenantid";
public static final String CLIENTSECRET = "clientsecret";
public static final String VERSION_NAME = "2.3.0";
public static final String VERSION_NAME = "2.3.1";
}

0 comments on commit 81646d8

Please sign in to comment.