patches on sxsw ai working api key working container hardened plus many more
This commit is contained in:
@@ -241,7 +241,7 @@ impl DataModel {
|
||||
Self {
|
||||
server_info: ServerInfo {
|
||||
id: uuid::Uuid::new_v4().to_string(),
|
||||
version: env!("CARGO_PKG_VERSION").to_string(),
|
||||
version: format!("{}-alpha", env!("CARGO_PKG_VERSION")),
|
||||
name: Some("Archipelago".to_string()),
|
||||
pubkey: String::new(),
|
||||
status_info: StatusInfo {
|
||||
|
||||
Reference in New Issue
Block a user