Skip to content

Commit

Permalink
solution: release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jan 19, 2024
1 parent 9873dc2 commit 4e02636
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
ifdef::env-github[]
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
endif::[]
:version: 0.14.0
:version-short: 0.14
:version: 0.15.0
:version-short: 0.15
:link-docs: https://github.com/emeraldpay/dshackle/tree/release/v{version-short}/docs

image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.15.0-SNAPSHOT'
version = '0.15.0'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
4 changes: 2 additions & 2 deletions docs/02-quick-start.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Quick Start
:version: 0.14.0
:version-short: 0.14
:version: 0.15.0
:version-short: 0.15

=== Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions docs/05-start.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Launch a server
:version: 0.14.0
:version-short: 0.14
:version: 0.15.0
:version-short: 0.15

=== Docker

Expand Down

0 comments on commit 4e02636

Please sign in to comment.