Okay Cippy

This commit is contained in:
Erica Z 2024-11-01 09:47:23 +01:00
parent 931c7f5d2b
commit abd2331eb2

View file

@ -1,6 +1,6 @@
pub const VERSION: &'static str = "0.1.0"; // AUDREY_VERSION
pub const USER_AGENT: &'static str = "audrey/linux";
pub const APP_ID: &'static str = "eu.callcc.audrey";
pub const VERSION: &str = "0.1.0"; // AUDREY_VERSION
pub const USER_AGENT: &str = "audrey/linux";
pub const APP_ID: &str = "eu.callcc.audrey";
mod application;
pub use application::Application;