From 73236a622c8b3841ce5671a87ee8b0fda5d3651d Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Thu, 15 Jul 2010 12:14:57 +0200 Subject: [PATCH] redirect to 11.3 by default --- app/controllers/main_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb index 1c6be6e..b896c0d 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -130,7 +130,7 @@ class MainController < ApplicationController end def index - redirectit("112") + redirectit("113") end def release -- 2.1.4