Skip to content

Commit

Permalink
Bump program version to v0.12.0 and update idl
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Apr 13, 2023
1 parent 83bab16 commit 74f7282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 mango_v4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "mango_v4",
"instructions": [
{
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.11.0"
version = "0.12.0"
description = "Created with Anchor"
edition = "2021"

Expand Down
4 changes: 2 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.11.0",
"version": "0.12.0",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -8689,7 +8689,7 @@ export type MangoV4 = {
};

export const IDL: MangoV4 = {
"version": "0.11.0",
"version": "0.12.0",
"name": "mango_v4",
"instructions": [
{
Expand Down

0 comments on commit 74f7282

Please sign in to comment.