From b75f8781bb55557f13a9a4ae48fc45e5d6f1ee86 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 2 Dec 2013 15:23:40 +0100 Subject: Version 0.2.8 - release candidate * Return public key on /key/:login * rake tasks clean up expired tokens and sessions (#4568) * rake task to dump design docs to files * add dump_design_docs to CouchRest::Model::Utils:Migrate * rename ticket title to subject --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 139f3c9..f6f99ae 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.7" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.8.rc" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3