Merge pull request #45 from p2p-org/bump_14

bump version
This commit is contained in:
MaxFomenkov
2022-11-28 18:34:35 +04:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.13.0-SNAPSHOT'
version = '0.14.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_13