Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyllingene committed Oct 3, 2023
1 parent dab497f commit e008086
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsclock"
version = "0.1.9"
version = "0.1.10"
authors = ["valebes"]
edition = "2021"

Expand Down
Binary file added src/.main.rs.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

const VERSION: &str = "0.1.9";
const VERSION: &str = "0.1.10";

const ONE: [[bool; 6]; 5] = [
[false, false, true, true, false, false],
Expand Down

0 comments on commit e008086

Please sign in to comment.