From 6d7462febc062aafd9381c93ecce20d90de1b757 Mon Sep 17 00:00:00 2001 From: Jon C Date: Mon, 14 Sep 2026 13:32:16 +0200 Subject: [PATCH] IDL: Bump program version per release #### Problem CI is failing in the repo because the IDL generation is different from what's committed. This is happening because we published v5 of the interface crate. #### Summary of changes Re-generate the IDLs. --- idl.json | 2 +- interface-idl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idl.json b/idl.json index a8e586b0..678bc4fc 100644 --- a/idl.json +++ b/idl.json @@ -6,7 +6,7 @@ "kind": "programNode", "name": "stake", "publicKey": "Stake11111111111111111111111111111111111111", - "version": "4.4.0", + "version": "5.0.0", "instructions": [ { "kind": "instructionNode", diff --git a/interface-idl.json b/interface-idl.json index 6dea2666..48424fbb 100644 --- a/interface-idl.json +++ b/interface-idl.json @@ -6,7 +6,7 @@ "kind": "programNode", "name": "stake", "publicKey": "Stake11111111111111111111111111111111111111", - "version": "4.4.0", + "version": "5.0.0", "instructions": [ { "kind": "instructionNode",