From 25c8b119c90d2ca04b8630769ffa9557e983082f Mon Sep 17 00:00:00 2001 From: Chris Griego Date: Wed, 2 Nov 2011 19:44:35 -0500 Subject: [PATCH] Bump development version --- CHANGELOG.md | 2 ++ lib/active_attr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 472f865..64e3def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# ActiveAttr 0.2.3 (unreleased) # + # ActiveAttr 0.2.2 (November 2, 2011) # * Fixed all instances of modules' #initialize not invoking its superclass diff --git a/lib/active_attr/version.rb b/lib/active_attr/version.rb index f36c9ff..a16428e 100644 --- a/lib/active_attr/version.rb +++ b/lib/active_attr/version.rb @@ -1,5 +1,5 @@ module ActiveAttr # Complete version string # @since 0.1.0 - VERSION = "0.2.2" + VERSION = "0.2.3" end