fixed version display not using cargo version
This commit is contained in:
parent
57f973da4c
commit
f9e8696d72
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ mod global;
|
||||||
mod helper;
|
mod helper;
|
||||||
mod util;
|
mod util;
|
||||||
|
|
||||||
pub const VERSION: &str = "0.2.0";
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// build eval context
|
// build eval context
|
||||||
|
|
Loading…
Reference in a new issue