Skip to content

Commit

Permalink
Program: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
farnyser committed Jul 4, 2024
1 parent ba70b34 commit ccb98fb
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.24.0",
"version": "0.24.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
@@ -1,6 +1,6 @@
[package]
name = "mango-v4"
version = "0.24.0"
version = "0.24.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.24.0",
"version": "0.24.1",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -14485,7 +14485,7 @@ export type MangoV4 = {
};

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

0 comments on commit ccb98fb

Please sign in to comment.