1
0
mirror of https://github.com/jht5945/prettyjson.git synced 2026-05-26 22:04:34 +08:00

update print_version

This commit is contained in:
2019-07-21 13:45:20 +08:00
parent 1c1860365a
commit e0dd49caa2
+1 -1
View File
@@ -17,9 +17,9 @@ const VERSION: &str = "0.1";
fn print_version() {
print!(r#"prettyjson {}
Copyright (C) 2019 Hatter Jiang.
License MIT <https://opensource.org/licenses/MIT>
Written by Hatter Jiang
"#, VERSION);
}