solution: start v0.13

This commit is contained in:
Igor Artamonov
2022-03-28 22:23:14 -04:00
parent f467207114
commit 01691d3812

View File

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