Version bump

This commit is contained in:
Luke
2020-04-30 22:10:01 +12:00
parent 8b36f1ceec
commit 9f4b2068a1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -667,7 +667,7 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
[[package]]
name = "rog-daemon"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"dbus",
"dbus-tokio",

View File

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

View File

@@ -10,7 +10,7 @@ use env_logger::{Builder, Target};
use gumdrop::Options;
use log::LevelFilter;
static VERSION: &'static str = "0.7.0";
static VERSION: &'static str = "0.8.0";
#[derive(Debug, Options)]
struct CLIStart {