mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
Instead of trying to copy Akvorado version around, move it to a single place, which can be imported by everything else.
8 lines
192 B
Go
8 lines
192 B
Go
// SPDX-FileCopyrightText: 2024 Free Mobile
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
package helpers
|
|
|
|
// AkvoradoVersion contains the current version of Akvorado
|
|
var AkvoradoVersion = "dev"
|