Skip to content

Commit

Permalink
Version bump, 0.12.5 for repo builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Feb 8, 2009
1 parent 1860d3f commit b49f3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eventmachine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{eventmachine}
s.version = "0.12.4"
s.version = "0.12.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Francis Cianfrocca"]
Expand Down Expand Up @@ -30,4 +30,3 @@ Gem::Specification.new do |s|
else
end
end

2 changes: 1 addition & 1 deletion lib/eventmachine_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

module EventMachine

VERSION = "0.12.4"
VERSION = "0.12.5"

end

0 comments on commit b49f3c5

Please sign in to comment.