Skip to content

Commit

Permalink
error as info (#68)
Browse files Browse the repository at this point in the history
* improve logging utils

* formatting

* version bump
  • Loading branch information
azahnen authored Aug 13, 2021
1 parent 183cf12 commit e43b292
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 = '4.0.0' + versionSuffix
version = '4.0.1' + versionSuffix

dependencies {
bundle subprojects
Expand Down

0 comments on commit e43b292

Please sign in to comment.