We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3d128 commit da7108eCopy full SHA for da7108e
README.adoc
@@ -3,7 +3,7 @@
3
ifdef::env-github[]
4
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
5
endif::[]
6
-:version: 0.15.1
+:version: 0.15.2
7
:version-short: 0.15
8
:link-docs: https://github.com/emeraldpay/dshackle/tree/release/v{version-short}/docs
9
build.gradle
@@ -28,7 +28,7 @@ group = 'io.emeraldpay.dshackle'
28
// Version schema:
29
// x.x.x for production, following SemVer model
30
// x.x.x-SNAPSHOT for development
31
-version = '0.15.1'
+version = '0.15.2'
32
33
java {
34
sourceCompatibility = JavaVersion.VERSION_17
0 commit comments