lib/arbre/version.rb in
arbre-1.4.0
vs lib/arbre/version.rb in
arbre-1.5.0
- old
+ new
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Arbre
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end