diff --git a/Gemfile.lock b/Gemfile.lock
index e8a98314c6b8a59061596762166811a3e49eeebd..0c7486f50c2796ac143dc6ac546f6239760028fe 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,21 +8,21 @@ GIT
 PATH
   remote: billing
   specs:
-    leap_web_billing (0.5.0.rc)
+    leap_web_billing (0.5.0)
       braintree
-      leap_web_core (= 0.5.0.rc)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: certs
   specs:
-    leap_web_certs (0.5.0.rc)
+    leap_web_certs (0.5.0)
       certificate_authority (>= 0.2.0)
-      leap_web_core (= 0.5.0.rc)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: core
   specs:
-    leap_web_core (0.5.0.rc)
+    leap_web_core (0.5.0)
       couchrest (~> 1.1.3)
       couchrest_model (~> 2.0.0)
       couchrest_session_store (~> 0.2.4)
@@ -32,14 +32,14 @@ PATH
 PATH
   remote: help
   specs:
-    leap_web_help (0.5.0.rc)
-      leap_web_core (= 0.5.0.rc)
+    leap_web_help (0.5.0)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: users
   specs:
-    leap_web_users (0.5.0.rc)
-      leap_web_core (= 0.5.0.rc)
+    leap_web_users (0.5.0)
+      leap_web_core (= 0.5.0)
       rails_warden
       ruby-srp (~> 0.2.1)
 
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 6915930d5dffd56da4191085dff727aedaf9a0a1..16a014b2a1c32532510eedc1ed2f8be7431cedf3 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.5.0.rc" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.5.0" unless defined?(LeapWeb::VERSION)
 end