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