Cut new release with debian builds

This commit is contained in:
Luke
2020-05-02 20:55:32 +12:00
parent f12bb1d4f6
commit b5c7a47249
12 changed files with 95 additions and 3 deletions

View File

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

View File

@@ -7,7 +7,7 @@ use rog_aura::{
AuraDbusWriter, LED_MSG_LEN,
};
static VERSION: &'static str = "0.8.0";
static VERSION: &'static str = "0.9.1";
#[derive(Debug, Options)]
struct CLIStart {