diff options
| -rw-r--r-- | config/software/spandx.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/software/spandx.rb b/config/software/spandx.rb index 4de422e..8c7c048 100644 --- a/config/software/spandx.rb +++ b/config/software/spandx.rb @@ -1,8 +1,7 @@ -#require_relative '../../lib/spandx/version' +require_relative '../../lib/spandx/version' name "spandx" -#version Spandx::VERSION -version "0.13.5" +default_version Spandx::VERSION license :MIT skip_transitive_dependency_licensing true |
