File tree 3 files changed +7
-4
lines changed
.changelog/unreleased/miscellaneous
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ - Update Hermes version to the upstream
2
+ ([ \# 4367] ( https://github.com/anoma/namada/issues/4367 ) )
Original file line number Diff line number Diff line change @@ -91,5 +91,6 @@ Compatibility table with Namada:
91
91
92
92
| Namada binaries | Hermes |
93
93
| ----------- | ----------- |
94
+ | v1.1.1 | [ 1.11.0] ( https://github.com/informalsystems/hermes/releases/tag/v1.11.0 ) |
94
95
| v1.1.0 | [ 1.10.5-namada-beta18] ( https://github.com/heliaxdev/hermes/releases/tag/v1.10.5-namada-beta18 ) |
95
96
| v1.0.0 | [ 1.10.4-namada-beta17-rc2] ( https://github.com/heliaxdev/hermes/releases/tag/v1.10.4-namada-beta17-rc2 ) |
Original file line number Diff line number Diff line change 2
2
3
3
set -Eo pipefail
4
4
5
- HERMES_MAJORMINOR=" 1.10 "
6
- HERMES_PATCH=" 5 "
7
- HERMES_SUFFIX=" -namada-beta18 "
5
+ HERMES_MAJORMINOR=" 1.11 "
6
+ HERMES_PATCH=" 0 "
7
+ HERMES_SUFFIX=" "
8
8
9
- HERMES_REPO=" https://github.com/heliaxdev /hermes"
9
+ HERMES_REPO=" https://github.com/informalsystems /hermes"
10
10
11
11
HERMES_VERSION=" ${HERMES_MAJORMINOR} .${HERMES_PATCH}${HERMES_SUFFIX} "
12
12
You can’t perform that action at this time.
0 commit comments