From dc35d12d3ff870f3e9e63a366c31e290d405ce44 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Wed, 8 Jan 2014 20:34:16 -0300 Subject: [PATCH] Bump version --- CHANGES | 2 +- lib/rbreadline/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 27cf79f..df4c82a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -=== (In Git) +=== 0.5.1 / 2014-01-08 * Bugfixes: * Fix double require issues. Fixes #93, #95 [yui-knk] diff --git a/lib/rbreadline/version.rb b/lib/rbreadline/version.rb index b9f99d5..0dcf16c 100644 --- a/lib/rbreadline/version.rb +++ b/lib/rbreadline/version.rb @@ -1,3 +1,3 @@ module RbReadline - RB_READLINE_VERSION = "0.5.0" + RB_READLINE_VERSION = "0.5.1" end