lib/lotus/view/version.rb in lotus-view-0.0.0 vs lib/lotus/view/version.rb in lotus-view-0.1.0
- old
+ new
@@ -1,5 +1,8 @@
module Lotus
module View
- VERSION = "0.0.0"
+ # Defines the version
+ #
+ # @since 0.1.0
+ VERSION = '0.1.0'.freeze
end
end