Skip to content

Commit b0613a6

Browse files
committed
solution: release v0.16.0
1 parent 49c39fe commit b0613a6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
ifdef::env-github[]
44
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
55
endif::[]
6-
:version: 0.15.0
7-
:version-short: 0.15
6+
:version: 0.16.0
7+
:version-short: 0.16
88
:link-docs: https://github.com/emeraldpay/dshackle/tree/release/v{version-short}/docs
99

1010
image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group = 'io.emeraldpay.dshackle'
2828
// Version schema:
2929
// x.x.x for production, following SemVer model
3030
// x.x.x-SNAPSHOT for development
31-
version = '0.16.0-SNAPSHOT'
31+
version = '0.16.0'
3232

3333
java {
3434
sourceCompatibility = JavaVersion.VERSION_21

docs/02-quick-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Quick Start
2-
:version: 0.15.0
3-
:version-short: 0.15
2+
:version: 0.16.0
3+
:version-short: 0.16
44

55
=== Prerequisites
66

docs/05-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Launch a server
2-
:version: 0.15.0
3-
:version-short: 0.15
2+
:version: 0.16.0
3+
:version-short: 0.16
44

55
=== Docker
66

0 commit comments

Comments
 (0)