From 76a382a612b4a00bd0bc97e1c01099f40b20a0f4 Mon Sep 17 00:00:00 2001 From: Timo Schilling Date: Fri, 1 Jul 2016 03:59:15 +0200 Subject: [PATCH] release 1.0.0.pre4 --- README.md | 2 +- lib/active_admin/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a530571f3b2..01ce9530b1d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ gem 'activeadmin', github: 'activeadmin' Or you can using rubygems: ```ruby -gem 'activeadmin', '~> 1.0.0.pre3' +gem 'activeadmin', '~> 1.0.0.pre4' ``` *Keep in mind that during the time where we use `pre`-release label, things can break in each release!* diff --git a/lib/active_admin/version.rb b/lib/active_admin/version.rb index 927a9fa0889..6c3c2178bfd 100644 --- a/lib/active_admin/version.rb +++ b/lib/active_admin/version.rb @@ -1,3 +1,3 @@ module ActiveAdmin - VERSION = '1.0.0.pre3' + VERSION = '1.0.0.pre4' end