lib/html2rss/version.rb in html2rss-0.9.0 vs lib/html2rss/version.rb in html2rss-0.10.0
- old
+ new
@@ -1,4 +1,8 @@
+# frozen_string_literal: true
+
+##
+# The Html2rss namespace.
module Html2rss
- VERSION = '0.9.0'.freeze
+ VERSION = '0.10.0'
public_constant :VERSION
end