Skip to content

Commit

Permalink
solution: release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed May 11, 2023
1 parent dca1a2e commit e66e3c0
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.13.0
:version-short: 0.13
:version: 0.14.0
:version-short: 0.14

image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]
image:https://codecov.io/gh/emeraldpay/dshackle/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/dshackle"]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0-SNAPSHOT'
version = '0.14.0'

java {
sourceCompatibility = JavaVersion.VERSION_13
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.13.0
:version-short: 0.13
:version: 0.14.0
:version-short: 0.14

=== 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.13.0
:version-short: 0.13
:version: 0.14.0
:version-short: 0.14

=== Docker

Expand Down

0 comments on commit e66e3c0

Please sign in to comment.