Skip to content

Commit

Permalink
add v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Nov 29, 2023
1 parent 6121810 commit dcd61d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disassembler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn Disassembler() -> impl IntoView {
let (unified_data, set_unified_data) = create_signal(Vec::new());
let (disassembled_data, set_disassembled_data) = create_signal(String::new());

let version = "0.2"; // TODO: we should generate this from Cargo.toml instead of hardcoding
let version = "0.3"; // TODO: we should generate this from Cargo.toml instead of hardcoding
let title = format!("polkavm-v{} disassembler", version).to_string();

view! {
Expand Down

0 comments on commit dcd61d3

Please sign in to comment.