Skip to content

Commit

Permalink
bumped to version 4.0.5-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaahn committed Oct 25, 2022
1 parent 89326dc commit e098840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ task sourcesJar(type: Jar) {

// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
// In release/*, we change these to specific versions being consumed.
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.2"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.3-RC"

dependencies {
testImplementation project(path: ':common4j')
Expand Down
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=4.0.4
versionName=4.0.5-RC
versionCode=0

0 comments on commit e098840

Please sign in to comment.