deno/cli/version.rs
2019-03-30 19:30:40 -04:00

7 lines
179 B
Rust

// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
pub const DENO: &str = env!("CARGO_PKG_VERSION");
pub fn v8() -> &'static str {
deno::v8_version()
}