diff --git a/Cargo.lock b/Cargo.lock index 8172ae14c..d29145b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3441,7 +3441,7 @@ dependencies = [ [[package]] name = "mango-v4" -version = "0.24.1" +version = "0.24.2" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/RELEASING.md b/RELEASING.md index 74703dd03..9d50e15c1 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 (`git tag program-v0.xy.z HEAD`) and push it (`git push origin `) - Do a verifiable build diff --git a/mango_v4.json b/mango_v4.json index 5f39a7fbb..9acc3ee05 100644 --- a/mango_v4.json +++ b/mango_v4.json @@ -1,5 +1,5 @@ { - "version": "0.24.1", + "version": "0.24.2", "name": "mango_v4", "instructions": [ { @@ -11166,6 +11166,9 @@ }, { "name": "SwitchboardOnDemand" + }, + { + "name": "PythV2" } ] } diff --git a/programs/mango-v4/Cargo.toml b/programs/mango-v4/Cargo.toml index 3875c00ee..bd5fd56d9 100644 --- a/programs/mango-v4/Cargo.toml +++ b/programs/mango-v4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mango-v4" -version = "0.24.1" +version = "0.24.2" description = "Created with Anchor" edition = "2021" diff --git a/ts/client/src/mango_v4.ts b/ts/client/src/mango_v4.ts index 659bc56e9..31233e3d9 100644 --- a/ts/client/src/mango_v4.ts +++ b/ts/client/src/mango_v4.ts @@ -1,5 +1,5 @@ export type MangoV4 = { - "version": "0.24.1", + "version": "0.24.2", "name": "mango_v4", "instructions": [ { @@ -11166,6 +11166,9 @@ export type MangoV4 = { }, { "name": "SwitchboardOnDemand" + }, + { + "name": "PythV2" } ] } @@ -14485,7 +14488,7 @@ export type MangoV4 = { }; export const IDL: MangoV4 = { - "version": "0.24.1", + "version": "0.24.2", "name": "mango_v4", "instructions": [ { @@ -25652,6 +25655,9 @@ export const IDL: MangoV4 = { }, { "name": "SwitchboardOnDemand" + }, + { + "name": "PythV2" } ] }