Skip to content

Commit

Permalink
Updated version to 2.1.8 and date
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarykowski committed Sep 20, 2013
1 parent ee34027 commit 09da5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cukesparse.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'cukesparse'
s.version = Cukesparse::VERSION
s.version = Cukesparse::VERSION + ".pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
s.date = '2013-09-19'
s.date = '2013-09-20'
s.summary = 'Cukesparse - cucumber command line parser'
s.description = 'A simple command line parser to pass arguments into Cucumber'
s.author = 'Jonathan Chrisp'
Expand Down
2 changes: 1 addition & 1 deletion lib/cukesparse/version.rb
@@ -1,3 +1,3 @@
module Cukesparse
VERSION = "2.1.7"
VERSION = "2.1.8"
end

0 comments on commit 09da5b1

Please sign in to comment.