diff --git a/crates/extension/src/wasm_host/wit/since_v0_1_0.rs b/crates/extension/src/wasm_host/wit/since_v0_1_0.rs index 694e2f227d..dc38370d9d 100644 --- a/crates/extension/src/wasm_host/wit/since_v0_1_0.rs +++ b/crates/extension/src/wasm_host/wit/since_v0_1_0.rs @@ -22,8 +22,8 @@ use std::{ use util::maybe; use wasmtime::component::{Linker, Resource}; -pub const MIN_VERSION: SemanticVersion = SemanticVersion::new(0, 0, 7); -pub const MAX_VERSION: SemanticVersion = SemanticVersion::new(0, 0, 7); +pub const MIN_VERSION: SemanticVersion = SemanticVersion::new(0, 1, 0); +pub const MAX_VERSION: SemanticVersion = SemanticVersion::new(0, 1, 0); wasmtime::component::bindgen!({ async: true,