From 35eb50aa4073760e4b052c168cf9f4f052714c69 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Mon, 29 Jun 2020 19:44:40 -0300 Subject: [PATCH] readme version bump --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 45540fd..d1fc631 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,7 +30,7 @@ If you a looking for the old version for Rails 4.x go here [https://github.com/a == Installation # in Gemfile - gem 'validates_timeliness', '~> 5.0.0.alpha3' + gem 'validates_timeliness', '~> 5.0.0.beta1' # Run bundler $ bundle install