blob: 55977a5927d58135d20fd800ae4c7aa540444651 (
plain)
1
2
3
4
5
6
|
// SPDX-License-Identifier: GPL-3.0-or-later
package buildinfo
// Version stores the agent's version number. It's set during the build process using build flags.
var Version = "v0.0.0"
|