Skip to content

Commit c87b952

Browse files
committed
update to v1.1.0
1 parent 139733a commit c87b952

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository = "https://github.com/freeverseio/laos.git"
44
homepage = "https://www.laosfoundation.io"
55
authors = ["Freeverse"]
66
edition = "2021"
7-
version = "1.0.90"
7+
version = "1.1.0"
88

99
[workspace]
1010
resolver = "2"

e2e-tests/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ParachainStaking from "../build/contracts/ParachainStaking.sol/ParachainS
99

1010
// Runtime specs
1111
export const RUNTIME_SPEC_NAME = "laos";
12-
export const RUNTIME_SPEC_VERSION = 10090;
12+
export const RUNTIME_SPEC_VERSION = 10100;
1313
export const RUNTIME_IMPL_VERSION = 0;
1414

1515
// Zombienet endpoints

runtime/laos/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
108108
spec_name: create_runtime_str!("laos"),
109109
impl_name: create_runtime_str!("laos"),
110110
authoring_version: 1,
111-
spec_version: 10090,
111+
spec_version: 10100,
112112
impl_version: 0,
113113
apis: RUNTIME_API_VERSIONS,
114114
transaction_version: 1,

runtime/laos/src/tests/metadata15.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38948,7 +38948,7 @@
3894838948
0,
3894938949
0,
3895038950
0,
38951-
106,
38951+
116,
3895238952
39,
3895338953
0,
3895438954
0,

0 commit comments

Comments
 (0)