diff options
author | Azul <azul@leap.se> | 2013-12-06 15:05:50 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-12-06 15:05:50 +0100 |
commit | 8dd9505cfa52796d8c4aad8a8ad44e4a5e4319cb (patch) | |
tree | 7a98379ba8718b16c2c2b3d3110fd6e7256613bc /lib | |
parent | 8de6f143e53af5287b41913dcf3c7969f452fbc9 (diff) | |
parent | 015ad90c98c55a078fdfe723d470ad732e807737 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib')
-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 f6f99ae..983e3ad 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 |