diff --git a/Cargo.lock b/Cargo.lock index ee51a13..227183f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3960,7 +3960,7 @@ dependencies = [ [[package]] name = "solana-feature-gate-program" -version = "0.1.0" +version = "0.0.1" dependencies = [ "mollusk-svm", "mollusk-svm-bencher", diff --git a/program/Cargo.toml b/program/Cargo.toml index 309016a..804f2d0 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-feature-gate-program" -version = "0.1.0" +version = "0.0.1" description = "Solana Feature Gate Program" authors = ["Anza Technology Maintainers "] repository = "https://github.com/solana-program/feature-gate"