bump version

This commit is contained in:
Maksim Fomenkov
2022-11-28 18:33:13 +04:00
parent cddbc73c35
commit 04c7a5220d

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