lib/xembly/version.rb in xembly-0.2 vs lib/xembly/version.rb in xembly-0.3

- old
+ new

@@ -23,7 +23,7 @@ # Xembly main module. # Author:: Yegor Bugayenko (yegor@teamed.io) # Copyright:: Copyright (c) 2016 Yegor Bugayenko # License:: MIT module Xembly - VERSION = '0.2' + VERSION = '0.3' end