Skip to content

Commit

Permalink
Bump to 1.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Oct 19, 2011
1 parent b11bd38 commit da328e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,8 @@ on the wiki for this project.
One strategy, called `Developer`, is included with OmniAuth and provides
a completely unsecure, non-production-usable strategy that directly
prompts a user for authentication information and then passes it
straight through.
straight through. You can use it as a placeholder when you start
development and easily swap in other strategies later.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/version.rb
@@ -1,3 +1,3 @@
module OmniAuth
VERSION = "1.0.0.pr2"
VERSION = "1.0.0.beta1"
end

0 comments on commit da328e9

Please sign in to comment.