kotlin current release updated to 1.2.51 (#103)

kotlin current release updated to 1.2.51

diff --git a/kotlin/kotlin_releases.bzl b/kotlin/kotlin_releases.bzl
index f84f7eb..e4c4505 100644
--- a/kotlin/kotlin_releases.bzl
+++ b/kotlin/kotlin_releases.bzl
@@ -12,9 +12,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-KOTLIN_CURRENT_RELEASE = "1.2.50"
+KOTLIN_CURRENT_RELEASE = "1.2.51"
 
 KOTLIN_COMPILER_RELEASES = {
+    "1.2.51": {
+      "version": "1.2.51",
+      "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.51/kotlin-compiler-1.2.51.zip",
+      "sha256": "8a74711c805d3d265b93c13d8c40af5b4dad324591450d2eef0eafc1c9a6f92c"
+    },
     "1.2.50": {
       "version": "1.2.50",
       "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.50/kotlin-compiler-1.2.50.zip",
@@ -55,4 +60,4 @@
         "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.0/kotlin-compiler-1.2.0.zip",
         "sha256": "895d0f8286db3e4f43d67cd5e09b600af6e0a5017cb74072d1b09c78b697775a",
     },
-}
\ No newline at end of file
+}