// SPDX-FileCopyrightText: 2021 - 2023 Robin Vobruba <hoijui.quaero@gmail.com>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
use git_version;
// This tests rust code in the README with doc-tests.
// Though, It will not appear in the generated documentaton.
;
pub const VERSION: &str = git_version!;