diff options
author | Azul <azul@leap.se> | 2014-07-01 09:26:54 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-01 09:26:54 +0200 |
commit | b3c23c534f21b0a920815734637aff46816f7039 (patch) | |
tree | 77b332962db5d24afcc6de897a63dd5039a10b0d /lib/leap_web/version.rb | |
parent | 728d6d3985126c2890638bb2ee24020fa0e36a80 (diff) | |
parent | 470bc1e35f22c1fe5813a1754e52b3fbc2bb951b (diff) |
Merge tag '0.5.3'
Diffstat (limited to 'lib/leap_web/version.rb')
-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 56df918..9ff7c46 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.5.2" unless defined?(LeapWeb::VERSION) + VERSION = "0.5.3" unless defined?(LeapWeb::VERSION) end |