diff options
Diffstat (limited to 'spdxconv.go')
| -rw-r--r-- | spdxconv.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spdxconv.go b/spdxconv.go index 8ffe29b..f019d1d 100644 --- a/spdxconv.go +++ b/spdxconv.go @@ -20,6 +20,9 @@ import ( // ConfigFile the file name for configuration file. const ConfigFile = `spdxconv.cfg` +// Version of this software. +const Version = `1.0.0` + // File end with ".license" is SPDX specific file that contains only // identifiers. var suffixLicense = `.license` |
