Skip to content

Commit

Permalink
Bump versions for v0.39.0-SNAPSHOT (#2392)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy authored Aug 11, 2021
1 parent 67d47b6 commit 3781839
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/hedera-mirror-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
name: hedera-mirror-common
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-grpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-grpc
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-importer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-importer
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-monitor
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror-rest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-rest
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion charts/hedera-mirror/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ maintainers:
name: hedera-mirror
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.25.0-SNAPSHOT
version: 0.26.0-SNAPSHOT
2 changes: 1 addition & 1 deletion hedera-mirror-rest/api/v1/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ tags:
description: The tokens object represents the information associated with a token entity and returns a list of token information.
info:
title: Hedera Mirror Node REST API
version: 0.38.0-SNAPSHOT
version: 0.39.0-SNAPSHOT
license:
name: Apache-2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/monitoring/monitor_apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-mirror-monitor",
"version": "0.38.0-SNAPSHOT",
"version": "0.39.0-SNAPSHOT",
"description": "Hedera Mirror Node Monitor",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-mirror-rest",
"version": "0.38.0-SNAPSHOT",
"version": "0.39.0-SNAPSHOT",
"description": "Hedera Mirror Node REST API",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ hedera:
port: 5700
realm: 0
shard: 0
version: 0.38.0-SNAPSHOT
version: 0.39.0-SNAPSHOT
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<micrometer-jvm-extras.version>0.2.2</micrometer-jvm-extras.version>
<msgpack.version>0.9.0</msgpack.version>
<protobuf.version>3.17.3</protobuf.version>
<release.version>0.38.0-SNAPSHOT</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.25.0-SNAPSHOT</release.chartVersion>
<release.version>0.39.0-SNAPSHOT</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.26.0-SNAPSHOT</release.chartVersion>
<replacer.version>1.5.3</replacer.version>
<!--suppress UnresolvedMavenProperty -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 3781839

Please sign in to comment.