diff options
author | jessib <jessib@riseup.net> | 2013-10-10 11:05:09 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-10-10 11:05:09 -0700 |
commit | 5627b01230cdfa918ad144b26183b4c0bf151360 (patch) | |
tree | 3c6c7f8798e3cf21b5d157948c0e42582da496f4 /lib/leap_web | |
parent | 4e471f6b35c012d2825f6be19e24ecd5fef8d636 (diff) | |
parent | 0acbf6a158f149c1f4273bde0cfca47547e080f8 (diff) |
Merge branch 'develop' into feature/billing-past-due-subscriptions
Diffstat (limited to 'lib/leap_web')
-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 e582308..a55c2ca 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.2" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.4" unless defined?(LeapWeb::VERSION) end |