diff options
Diffstat (limited to 'src/bin.rs')
-rw-r--r-- | src/bin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ fn print_cpu_trace(cpu: &CPU) { fn main() { let matches = App::new("RuNES") - .version("0.1") + .version("0.2") .author("Ted Yin <[email protected]>") .about("A Rust NES emulator") .arg(Arg::with_name("scale") |