lib/boxes/version.rb in boxes-2.1.1 vs lib/boxes/version.rb in boxes-2.2.0

- old
+ new

@@ -1,4 +1,4 @@ # Versions and other declarations. module Boxes - VERSION = '2.1.1' + VERSION = "2.2.0" end