Skip to content

Commit

Permalink
Merge pull request #520 from microsoftgraph/hotfix/version-bump
Browse files Browse the repository at this point in the history
- fixes missing version bump for release
  • Loading branch information
baywet authored May 26, 2022
2 parents 2e374d8 + 1b0caef commit fe78afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph-core
mavenMajorVersion = 2
mavenMinorVersion = 0
mavenPatchVersion = 12
mavenPatchVersion = 13
mavenArtifactSuffix =

#These values are used to run functional tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
/**
* Current SDK version
*/
public static final String VERSION = "v2.0.12";
public static final String VERSION = "v2.0.13";
/**
* Verion prefix
*/
Expand Down

0 comments on commit fe78afe

Please sign in to comment.