Skip to content

Commit da848e4

Browse files
committed
bump program for release
1 parent d0ba274 commit da848e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-feature-gate-program"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = "Solana Feature Gate Program"
55
authors = ["Anza Technology Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-program/feature-gate"

program/idl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.0.1",
33
"name": "solana_feature_gate_program",
44
"instructions": [
55
{

0 commit comments

Comments
 (0)