From 59cc605ddd6f821a3b0de99adcae1857c95d24f2 Mon Sep 17 00:00:00 2001
From: Qiang Xue <qiang.xue@gmail.com>
Date: Sun, 11 Jan 2015 11:00:27 -0500
Subject: [PATCH] Fixed version [skip ci]

---
 framework/helpers/BaseUrl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/helpers/BaseUrl.php b/framework/helpers/BaseUrl.php
index ead1924..2b5cfea 100644
--- a/framework/helpers/BaseUrl.php
+++ b/framework/helpers/BaseUrl.php
@@ -373,7 +373,7 @@ class BaseUrl
      * - string: generating an absolute URL with the specified scheme (either `http` or `https`).
      *
      * @return string the generated URL
-     * @since 2.0.2
+     * @since 2.0.3
      */
     public static function current(array $params = [], $scheme = false)
     {
--
libgit2 0.27.1