Skip to content

Commit

Permalink
Bumping version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed May 20, 2011
1 parent 0e4edcf commit 795d965
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-basic/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-core/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-enterprise/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-more/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-openid/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2 MINOR = 2
end end
unless defined?(::OmniAuth::Version::PATCH) unless defined?(::OmniAuth::Version::PATCH)
PATCH = 5 PATCH = 6
end end
unless defined?(::OmniAuth::Version::PRE) unless defined?(::OmniAuth::Version::PRE)
PRE = nil PRE = nil
Expand Down

0 comments on commit 795d965

Please sign in to comment.