Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Jun 21, 2022
1 parent f2b9248 commit 5680e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtraplatform-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
versionSuffix = (project.hasProperty('branch') && project.getProperty('branch') != 'master' ? ('-' + project.getProperty('branch')) : '') + (project.findProperty('snapshot') == 'true' ? '-SNAPSHOT' : '')
}

version = '5.0.1' + versionSuffix
version = '5.0.2' + versionSuffix

dependencies {
bundle subprojects
Expand Down

0 comments on commit 5680e28

Please sign in to comment.