summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edward Gray II <james@graysoftinc.com>2010-07-15 17:00:21 -0500
committerJames Edward Gray II <james@graysoftinc.com>2010-07-15 17:00:21 -0500
commit52744e819a9ca4943993db7b26040f71307000de (patch)
tree484422860ad24d63aba87ad5d0e2383f1ad2234e
parentccaa35b82a934884e82b3a5c76d9a56b03da1e26 (diff)
downloadhighline-stable.tar.gz
Bumping the version for release.rel_1_6_1stable
-rw-r--r--CHANGELOG2
-rw-r--r--lib/highline.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 72d0c11..4e11477 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
Below is a complete listing of changes for each revision of HighLine.
-== 1.5.3
+== 1.6.1
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
as cbreak does not appear to be the posixly correct argument. It fails
diff --git a/lib/highline.rb b/lib/highline.rb
index 368213f..0ac2b71 100644
--- a/lib/highline.rb
+++ b/lib/highline.rb
@@ -29,7 +29,7 @@ require "highline/color_scheme"
#
class HighLine
# The version of the installed library.
- VERSION = "1.5.3".freeze
+ VERSION = "1.6.1".freeze
# An internal HighLine error. User code does not need to trap this.
class QuestionError < StandardError