Skip to content

Commit

Permalink
Change version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iwakuramarie committed Jan 7, 2021
1 parent aa226f8 commit 7942699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ use std::path::{Path, PathBuf};
use std::time::{Duration, Instant};

/// Program version.
pub const VERSION: &str = "0.4.0";
pub const VERSION: &str = "1.0.0";

#[global_allocator]
pub static ALLOCATOR: alloc::Allocator = alloc::Allocator::new(System);
Expand Down

0 comments on commit 7942699

Please sign in to comment.