mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Moved SemVersion to separate file.
This commit is contained in:
parent
c4fa11d886
commit
f4f96c9dae
1 changed files with 13 additions and 0 deletions
13
util/version.go
Normal file
13
util/version.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// This file is Free Software under the MIT License
|
||||
// without warranty, see README.md and LICENSES/MIT.txt for details.
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
//
|
||||
// SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
|
||||
|
||||
package util
|
||||
|
||||
// SemVersion the version in semver.org format, MUST be overwritten during
|
||||
// the linking stage of the build process
|
||||
var SemVersion = "0.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue