Skip to content

Commit

Permalink
Merge pull request #129 from HathorNetwork/dev
Browse files Browse the repository at this point in the history
Release v0.14.1
  • Loading branch information
glevco authored Jan 27, 2025
2 parents ac4c14b + aa24a89 commit af4c58e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine as build
FROM python:3.9-alpine AS build

WORKDIR /code

Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ servers:
info:
title: tx-mining-service API
description: This service is used to resolving transactions before propagating them into the network
version: 0.14.0
version: 0.14.1
paths:
/health-check:
get:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

[tool.poetry]
name = "tx-mining-service"
version = "0.14.0"
version = "0.14.1"
package-mode = false
description = "Service to mine transactions"
authors = ["Hathor Team <contact@hathor.network>"]
license = "MIT"
Expand Down

0 comments on commit af4c58e

Please sign in to comment.