Skip to content

Commit

Permalink
[GraphQL] Bump legacy service version (#18328)
Browse files Browse the repository at this point in the history
## Description 

Bump legacy service version. (forgot to do it after the release last
week).

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
  • Loading branch information
stefan-mysten authored Jun 20, 2024
1 parent d157b31 commit 7df125c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/sui-graphql-e2e-tests/tests/call/simple.exp
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ task 15 'run-graphql'. lines 66-71:
Headers: {
"content-type": "application/json",
"content-length": "157",
"x-sui-rpc-version": "2024.1.6-testing-no-sha",
"x-sui-rpc-version": "2024.1.7-testing-no-sha",
"access-control-allow-origin": "*",
"vary": "origin",
"vary": "access-control-request-method",
"vary": "access-control-request-headers",
}
Service version: 2024.1.6-testing-no-sha
Service version: 2024.1.7-testing-no-sha
Response: {
"data": {
"checkpoint": {
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-graphql-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-graphql-rpc"
version = "2024.1.6"
version = "2024.1.7"
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 7df125c

Please sign in to comment.