Files
akvorado/common/helpers/version.go
Vincent Bernat 3af8b942d2 build: move version to a single place
Instead of trying to copy Akvorado version around, move it to a single
place, which can be imported by everything else.
2024-06-02 14:04:54 +02:00

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"