Skip to content

Commit befa9d8

Browse files
committed
Bump version
1 parent e5a969f commit befa9d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core-rust/core-api-server/core-api-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ openapi: 3.1.0
5353
# => Hex-encoded bytes/payload should end _hex and not include _bytes
5454
info:
5555
# Should be the release version, and the release display name
56-
version: 'v1.2.3'
56+
version: 'v1.2.4'
5757
title: 'Radix Core API'
5858
license:
5959
name: The Radix License, Version 1.0

core-rust/engine-state-api-server/engine-state-api-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22

33
info:
4-
version: 'v1.2.3'
4+
version: 'v1.2.4'
55
title: 'Engine State API (Beta)'
66
license:
77
name: The Radix License, Version 1.0

core/src/main/java/com/radixdlt/api/system/system-api-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
# Should be the release version, and the release display name
4-
version: 'v1.2.3'
4+
version: 'v1.2.4'
55
title: 'Radix System API'
66
license:
77
name: The Radix License, Version 1.0

testnet-node/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
core:
55
container_name: radixdlt-stokenet-node
66
#### Chose to either uncomment "image" or "build" to either pull the image from dockerhub or build locally from source
7-
image: radixdlt/babylon-node:v1.2.3
7+
image: radixdlt/babylon-node:v1.2.4
88
# build:
99
# context: ..
1010
# dockerfile: Dockerfile

0 commit comments

Comments
 (0)