mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 02:10:04 +08:00
use package version
This commit is contained in:
@@ -27,7 +27,8 @@ use jdk::*;
|
||||
use build_json::*;
|
||||
|
||||
const BUILDJ: &str = "buildj";
|
||||
const BUDERJ_VER: &str = "0.1";
|
||||
const BUDERJ_VER: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
|
||||
fn print_usage() {
|
||||
print!(r#"
|
||||
|
||||
Reference in New Issue
Block a user