diff options
author | jessib <jessib@riseup.net> | 2013-10-10 11:03:54 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-10-10 11:03:54 -0700 |
commit | 634db9875cc8f6f6b9a4a83dfc6b8d53728eb2b5 (patch) | |
tree | a2e76370ad530210be3a3ff67567d22003eae365 /lib | |
parent | 014ff5bda0802d51b4cbca5a2fd904d953223d2f (diff) | |
parent | 0acbf6a158f149c1f4273bde0cfca47547e080f8 (diff) |
Merge branch 'develop' into feature/billing-no-authenticated-payments
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 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 |