We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78090dd commit b41068eCopy full SHA for b41068e
docs/apidocs.yml
@@ -4,7 +4,7 @@ servers:
4
info:
5
title: tx-mining-service API
6
description: This service is used to resolving transactions before propagating them into the network
7
- version: 0.10.0
+ version: 0.11.0
8
paths:
9
/health-check:
10
get:
pyproject.toml
@@ -5,7 +5,7 @@
[tool.poetry]
name = "tx-mining-service"
-version = "0.10.0"
+version = "0.11.0"
description = "Service to mine transactions"
authors = ["Hathor Team <contact@hathor.network>"]
11
license = "MIT"
0 commit comments