From 3b4db242ec97fefeb458a4818496f10300fa340a Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Mon, 21 Aug 2023 14:39:57 +0300 Subject: [PATCH] 5.0.15 version set --- src/main/resources/api/openapi.yaml | 2 +- src/main/resources/application.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/api/openapi.yaml b/src/main/resources/api/openapi.yaml index 04a5a8d24a..554dd75303 100644 --- a/src/main/resources/api/openapi.yaml +++ b/src/main/resources/api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.2" info: - version: "5.0.14" + version: "5.0.15" title: Ergo Node API description: API docs for Ergo Node. Models are shared between all Ergo products contact: diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index c80a917058..5cde542d65 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -434,7 +434,7 @@ scorex { nodeName = "ergo-node" # Network protocol version to be sent in handshakes - appVersion = 5.0.14 + appVersion = 5.0.15 # Network agent name. May contain information about client code # stack, starting from core code-base up to the end graphical interface.