Okay Cippy
This commit is contained in:
parent
931c7f5d2b
commit
abd2331eb2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pub const VERSION: &'static str = "0.1.0"; // AUDREY_VERSION
|
pub const VERSION: &str = "0.1.0"; // AUDREY_VERSION
|
||||||
pub const USER_AGENT: &'static str = "audrey/linux";
|
pub const USER_AGENT: &str = "audrey/linux";
|
||||||
pub const APP_ID: &'static str = "eu.callcc.audrey";
|
pub const APP_ID: &str = "eu.callcc.audrey";
|
||||||
|
|
||||||
mod application;
|
mod application;
|
||||||
pub use application::Application;
|
pub use application::Application;
|
||||||
|
|
Loading…
Reference in a new issue