chore: Change branding string to continuwuity

This commit is contained in:
Jade Ellis 2025-04-16 13:52:28 +01:00
parent 3a95585f0e
commit dc599db19c
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -7,7 +7,7 @@
use std::sync::OnceLock;
static BRANDING: &str = "conduwuit";
static BRANDING: &str = "continuwuity";
static SEMANTIC: &str = env!("CARGO_PKG_VERSION");
static VERSION: OnceLock<String> = OnceLock::new();