spdx 4.1.2 → 4.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/exceptions.json +324 -253
  3. data/lib/spdx/version.rb +1 -1
  4. data/licenses.json +4044 -3558
  5. metadata +2 -2
data/lib/spdx/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spdx
4
- VERSION = "4.1.2"
4
+ VERSION = "4.1.3"
5
5
  end