diff --git a/cmdapp/src/svg.rs b/cmdapp/src/svg.rs index e265810..2cc1aab 100644 --- a/cmdapp/src/svg.rs +++ b/cmdapp/src/svg.rs @@ -34,6 +34,7 @@ impl SvgFile { impl fmt::Display for SvgFile { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { writeln!(f, r#""#)?; + writeln!(f, r#""#, env!("CARGO_PKG_VERSION"))?; writeln!(f, r#""#, self.width, self.height