Skip to content

Commit 7ea940e

Browse files
committed
bump version
1 parent 81d2713 commit 7ea940e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ pub mod pallet {
899899
}
900900

901901
#[pallet::storage]
902-
/// Global minimum activity cutoff, not used anymore.
902+
/// Global minimum activity cutoff value
903903
pub type MinActivityCutoff<T: Config> =
904904
StorageValue<_, u16, ValueQuery, DefaultMinActivityCutoff<T>>;
905905

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222222
// the compatible custom types.
223-
spec_version: 330,
223+
spec_version: 331,
224224
impl_version: 1,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 1,

0 commit comments

Comments
 (0)