Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davetron5000 committed May 16, 2016
1 parent 3ab676c commit 84c2113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
s.bindir = 'bin'
s.rubyforge_project = 'gli'
s.add_development_dependency('rake', '~> 0.9.2.2')
s.add_development_dependency('rdoc', '~> 3.11')
s.add_development_dependency('rdoc')
s.add_development_dependency('rainbow', '~> 1.1.1')
s.add_development_dependency('clean_test')
s.add_development_dependency('cucumber')
Expand Down
2 changes: 1 addition & 1 deletion lib/gli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GLI
unless const_defined? :VERSION
VERSION = '2.13.4'
VERSION = '2.14.0'
end
end

0 comments on commit 84c2113

Please sign in to comment.