Skip to content

Commit

Permalink
Bump version and idl to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Jul 3, 2023
1 parent a9a3c63 commit ae66dbc
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.17.0",
"version": "0.17.1",
"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
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["workspace-inheritance"]

[package]
name = "mango-v4"
version = "0.17.0"
version = "0.17.1"
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.17.0",
"version": "0.17.1",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -10004,7 +10004,7 @@ export type MangoV4 = {
};

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

0 comments on commit ae66dbc

Please sign in to comment.