./lib/dolt/version.rb in dolt-0.2.0 vs ./lib/dolt/version.rb in dolt-0.2.1

- old
+ new

@@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #++ module Dolt - VERSION = "0.2.0" + VERSION = "0.2.1" end