From f46720711402ee5a04f219161fdc4b2076515414 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Thu, 17 Mar 2022 21:17:53 -0400 Subject: [PATCH] solution: release v0.12.0 --- README.adoc | 4 ++-- build.gradle | 2 +- docs/02-quick-start.adoc | 4 ++-- docs/05-start.adoc | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 67d51679c..dad56ca91 100644 --- a/README.adoc +++ b/README.adoc @@ -3,8 +3,8 @@ ifdef::env-github[] :imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets endif::[] -:version: 0.11.0 -:version-short: 0.11 +:version: 0.12.0 +:version-short: 0.12 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"] diff --git a/build.gradle b/build.gradle index 5fce447eb..4b1086770 100644 --- a/build.gradle +++ b/build.gradle @@ -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.12.0-SNAPSHOT' +version = '0.12.0' java { sourceCompatibility = JavaVersion.VERSION_13 diff --git a/docs/02-quick-start.adoc b/docs/02-quick-start.adoc index 7ec25ac57..799d0df14 100644 --- a/docs/02-quick-start.adoc +++ b/docs/02-quick-start.adoc @@ -1,6 +1,6 @@ == Quick Start -:version: 0.11.0 -:version-short: 0.11 +:version: 0.12.0 +:version-short: 0.12 === Prerequisites diff --git a/docs/05-start.adoc b/docs/05-start.adoc index 46bba4ecc..77d3d9d1a 100644 --- a/docs/05-start.adoc +++ b/docs/05-start.adoc @@ -1,6 +1,6 @@ == Launch a server -:version: 0.11.0 -:version-short: 0.11 +:version: 0.12.0 +:version-short: 0.12 === Docker