Bump program version to v0.5.0

This commit is contained in:
Christian Kamm 2023-01-24 10:24:50 +01:00
parent f9b0fc7595
commit 1224fa4297
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -3121,7 +3121,7 @@ dependencies = [
[[package]] [[package]]
name = "mango-v4" name = "mango-v4"
version = "0.4.0" version = "0.5.0"
dependencies = [ dependencies = [
"anchor-lang", "anchor-lang",
"anchor-spl", "anchor-spl",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mango-v4" name = "mango-v4"
version = "0.4.0" version = "0.5.0"
description = "Created with Anchor" description = "Created with Anchor"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
export type MangoV4 = { export type MangoV4 = {
"version": "0.4.0", "version": "0.5.0",
"name": "mango_v4", "name": "mango_v4",
"instructions": [ "instructions": [
{ {
@ -7944,7 +7944,7 @@ export type MangoV4 = {
}; };
export const IDL: MangoV4 = { export const IDL: MangoV4 = {
"version": "0.4.0", "version": "0.5.0",
"name": "mango_v4", "name": "mango_v4",
"instructions": [ "instructions": [
{ {