summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/optparse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index ef707e404b..0a3d04b09a 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -426,7 +426,7 @@ require 'set' unless defined?(Set)
#
class OptionParser
# The version string
- VERSION = "0.7.0"
+ VERSION = "0.8.0"
Version = VERSION # for compatibility
# :stopdoc: