Bumped the version number. Can somebody with a working find and replace fix up the docs?
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 03b25ab..94fecb5 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -32,7 +32,7 @@
  *  Define the CodeIgniter Version
  * ------------------------------------------------------
  */
-	define('CI_VERSION', '2.0.2');
+	define('CI_VERSION', '2.0.3');
 
 /*
  * ------------------------------------------------------