lib/repository/base/version.rb in repository-base-0.4.0 vs lib/repository/base/version.rb in repository-base-0.4.1

- old
+ new

@@ -2,11 +2,9 @@ # :nocov: module Repository # Base class for Repository in Data Mapper pattern. class Base - # Gem version, following [RubyGems.org](https://rubygems.org) and - # [SemVer](http://semver.org/) conventions. - VERSION = '0.4.0' + VERSION = '0.4.1' end end # :nocov: