diff --git a/Gemfile.lock b/Gemfile.lock
index 38a87936ad0d1d1380de7af197c3b5fd49843841..3dc09ce549d75186081082b1c2909e22adc4640a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,13 +8,13 @@ GIT
 PATH
   remote: engines/billing
   specs:
-    leap_web_billing (0.5.3)
+    leap_web_billing (0.6.0)
       braintree
 
 PATH
   remote: engines/support
   specs:
-    leap_web_help (0.5.3)
+    leap_web_help (0.6.0)
 
 GEM
   remote: https://rubygems.org/
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 9ff7c460f65c8b5f9e597fcd91206969f7ff156a..6bb9848797e97d5e9e6de642708e646f2349ae2d 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.5.3" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.6.0" unless defined?(LeapWeb::VERSION)
 end