lib/bagit.rb in bagit-0.1.0 vs lib/bagit.rb in bagit-0.2.0

- old
+ new

@@ -5,7 +5,7 @@ require 'bagit/bag' module BagIt # The version of the BagIt specification the code is conforming to. - SPEC_VERSION = '0.96' + SPEC_VERSION = '0.96' end