lib/characteristics/version.rb in characteristics-0.3.1 vs lib/characteristics/version.rb in characteristics-0.4.0
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class Characteristics
- VERSION = "0.3.1".freeze
+ VERSION = "0.4.0".freeze
end