Prep release

This commit is contained in:
Luke
2020-06-29 21:50:22 +12:00
parent 32e9e63809
commit b751ceb29e
7 changed files with 63 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rog-daemon"
version = "0.12.2"
version = "0.13.0"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]

View File

@@ -10,7 +10,7 @@ use rog_client::{
LED_MSG_LEN,
};
static VERSION: &str = "0.12.2";
static VERSION: &str = "0.13.0";
#[derive(Debug, Options)]
struct CLIStart {