lib/lotus/view/version.rb in lotus-view-0.2.0 vs lib/lotus/view/version.rb in lotus-view-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module Lotus module View # Defines the version # # @since 0.1.0 - VERSION = '0.2.0'.freeze + VERSION = '0.3.0'.freeze end end