Skip to content

Commit

Permalink
chore: Bump version to 0.3.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Jul 17, 2024
1 parent 8ecf782 commit 9a9a9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ members = [
[workspace.package]
authors = ["Haderech Pte. Ltd."]
edition = "2021"
repository = "https://github.com/noirhq/noir/"
version = "0.3.0-dev"
repository = "https://github.com/noirhq/noir.git"
version = "0.3.0"

[workspace.dependencies]
array-bytes = "6.2.2"
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("noir"),
impl_name: create_runtime_str!("noir"),
authoring_version: 1,
spec_version: 1,
spec_version: 3_000,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 9a9a9f6

Please sign in to comment.