Skip to content

Commit

Permalink
Program: regenerate IDL and bump version to v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farnyser committed Jul 17, 2024
1 parent 6b92e7b commit 9c3af5c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 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.

2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- Run the tests to double check there are no failures

- Tag (`git tag program-v0.xy.z HEAD`) and push it (`git push <tag>`)
- Tag (`git tag program-v0.xy.z HEAD`) and push it (`git push origin <tag>`)

- Do a verifiable build

Expand Down
5 changes: 4 additions & 1 deletion mango_v4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.24.1",
"version": "0.24.2",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -11166,6 +11166,9 @@
},
{
"name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion programs/mango-v4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mango-v4"
version = "0.24.1"
version = "0.24.2"
description = "Created with Anchor"
edition = "2021"

Expand Down
10 changes: 8 additions & 2 deletions ts/client/src/mango_v4.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type MangoV4 = {
"version": "0.24.1",
"version": "0.24.2",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -11166,6 +11166,9 @@ export type MangoV4 = {
},
{
"name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
}
]
}
Expand Down Expand Up @@ -14485,7 +14488,7 @@ export type MangoV4 = {
};

export const IDL: MangoV4 = {
"version": "0.24.1",
"version": "0.24.2",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -25652,6 +25655,9 @@ export const IDL: MangoV4 = {
},
{
"name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
}
]
}
Expand Down

0 comments on commit 9c3af5c

Please sign in to comment.