diff --git a/styleguide-app/Examples/RadioButton.elm b/styleguide-app/Examples/RadioButton.elm
index e4e6142a..0af9f4da 100644
--- a/styleguide-app/Examples/RadioButton.elm
+++ b/styleguide-app/Examples/RadioButton.elm
@@ -35,7 +35,7 @@ import Task
 example : Example State Msg
 example =
     { name = "RadioButton"
-    , version = 3
+    , version = 4
     , state = init
     , update = update
     , subscriptions = subscriptions