Skip to content

Commit

Permalink
Version bump (0.2.17)
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed May 2, 2012
1 parent 9c07a39 commit 3ee3a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitcycle.gemspec
Expand Up @@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "gitcycle"
s.version = '0.2.16'
s.version = '0.2.17'
s.platform = Gem::Platform::RUBY
s.authors = [ 'Winton Welsh' ]
s.email = [ 'mail@wintoni.us' ]
Expand Down
2 changes: 1 addition & 1 deletion lib/gitcycle.rb
Expand Up @@ -863,7 +863,7 @@ def run_safe(cmd)
run(cmd)
if $? != 0
puts "The last command was supposed to run without error, but it didn't :(\n".red
puts "Please copy this session's output and send it to to gitcycle@bleacherreport.com.\n".yellow
puts "Please copy this session's output and send it to gitcycle@bleacherreport.com.\n".yellow
end
end

Expand Down

0 comments on commit 3ee3a8c

Please sign in to comment.