lib/arbre/version.rb in arbre-1.5.0 vs lib/arbre/version.rb in arbre-1.6.0

- old
+ new

@@ -1,4 +1,4 @@ # frozen_string_literal: true module Arbre - VERSION = "1.5.0" + VERSION = "1.6.0" end