From 015ad90c98c55a078fdfe723d470ad732e807737 Mon Sep 17 00:00:00 2001
From: Azul <azul@leap.se>
Date: Fri, 6 Dec 2013 15:04:54 +0100
Subject: [PATCH] Version 0.2.8

* 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 f6f99aee..983e3ad8 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.2.8.rc" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.2.8" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab