mas_data_model/version.rs
1// Copyright 2025 New Vector Ltd.
2//
3// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4// Please see LICENSE files in the repository root for full details.
5
6/// A structure which holds information about the running version of the app
7#[derive(Debug, Clone, Copy)]
8pub struct AppVersion(pub &'static str);