diff options
author | Azul <azul@leap.se> | 2013-12-02 15:23:40 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-12-02 15:48:13 +0100 |
commit | b75f8781bb55557f13a9a4ae48fc45e5d6f1ee86 (patch) | |
tree | 19e410cbf1be8a5ab573d697c7cc737a596c6912 | |
parent | 906ad8763da964047f924c7fc1376cb6c88d4225 (diff) |
Version 0.2.8 - release candidate0.2.8.rc
* 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
-rw-r--r-- | lib/leap_web/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |