Skip to content

Commit

Permalink
Merge pull request #2068 from ergoplatform/v5.0.16
Browse files Browse the repository at this point in the history
Canidate for 5.0.16 release
  • Loading branch information
kushti committed Nov 23, 2023
2 parents 85dfd1a + 6a60d45 commit 5c713f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -37,7 +37,7 @@ val circeVersion = "0.13.0"
val akkaVersion = "2.6.10"
val akkaHttpVersion = "10.2.4"

val sigmaStateVersion = "5.0.12"
val sigmaStateVersion = "5.0.13"

// for testing current sigmastate build (see sigmastate-ergo-it jenkins job)
val effectiveSigmaStateVersion = Option(System.getenv().get("SIGMASTATE_VERSION")).getOrElse(sigmaStateVersion)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/api/openapi-ai.yaml
@@ -1,7 +1,7 @@
openapi: "3.0.2"

info:
version: "5.0.15"
version: "5.0.16"
title: Ergo Node API
description: Specification of Ergo Node API for ChatGPT plugin.
The following endpoints supported
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/api/openapi.yaml
@@ -1,7 +1,7 @@
openapi: "3.0.2"

info:
version: "5.0.15"
version: "5.0.16"
title: Ergo Node API
description: API docs for Ergo Node. Models are shared between all Ergo products
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Expand Up @@ -431,7 +431,7 @@ scorex {
nodeName = "ergo-node"

# Network protocol version to be sent in handshakes
appVersion = 5.0.15
appVersion = 5.0.16

# Network agent name. May contain information about client code
# stack, starting from core code-base up to the end graphical interface.
Expand Down

0 comments on commit 5c713f8

Please sign in to comment.