diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.rs b/src/main.rs index fe5cabe..efd92ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ fn main() {          eprintln!("{}", err);          return;      } -    let mut state = match State::new() { +    let mut state = match State::new(VERSION) {          Ok(val) => val,          Err(err) => {              eprintln!("{}", err); | 
