lib/kitchen/version.rb in openstax_kitchen-4.1.1 vs lib/kitchen/version.rb in openstax_kitchen-5.0.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# A library for modifying the structure of OpenStax book XML.
#
module Kitchen
- VERSION = '4.1.1'
+ VERSION = '5.0.0'
end