From caf0b4c3b4b9497b8d29506b294767d63c9bf2e8 Mon Sep 17 00:00:00 2001 From: Tony Pitale Date: Thu, 28 Jul 2016 00:10:39 -0500 Subject: [PATCH] Rollback version to 1.2.1 to release for Rails 5 Rollback version to 1.2.1 from 1.3.0.beta --- lib/dm-active_model/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dm-active_model/version.rb b/lib/dm-active_model/version.rb index a7ab366..c31e051 100644 --- a/lib/dm-active_model/version.rb +++ b/lib/dm-active_model/version.rb @@ -1,5 +1,5 @@ module DataMapper module ActiveModel - VERSION = '1.3.0.beta' + VERSION = '1.2.1' end end