Skip to content

Commit 68d3882

Browse files
committed
1 parent ecb9559 commit 68d3882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use binding;
33
use std::ffi::CStr;
44

55
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
6-
const DENO_VERSION: &str = "0.0.3";
6+
const DENO_VERSION: &str = "0.1.0";
77

88
pub fn print_version() {
99
let v = unsafe { binding::deno_v8_version() };

0 commit comments

Comments
 (0)