Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5, Alchemy 4, Devise 4 #58

Merged
merged 9 commits into from
Jul 17, 2017
Prev Previous commit
Next Next commit
Raise version to 4.0.0.beta
  • Loading branch information
tvdeyen committed Jul 17, 2017
commit f771734613ba9bb0dbf8e4249f69cb45b5a5930d
2 changes: 1 addition & 1 deletion lib/alchemy/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Devise
VERSION = "3.5.0"
VERSION = "4.0.0.beta"
end
end