Skip to content

Commit

Permalink
bump version to 1.35.5
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jan 26, 2023
1 parent da1078d commit f8141bc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 1.35.4
version: 1.35.5
description: A cardano topology generator
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-api
version: 1.35.4
version: 1.35.5
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-cli
version: 1.35.4
version: 1.35.5
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: cardano-tracer
version: 1.35.4
version: 1.35.5
synopsis: A service for logging and monitoring over Cardano nodes.
description: See README for more info
license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.4}
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -15,7 +15,7 @@ services:
max-file: "10"

cardano-submit-api:
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.4}
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.5}
environment:
- NETWORK=${NETWORK:-mainnet}
depends_on:
Expand Down

0 comments on commit f8141bc

Please sign in to comment.