From: Samyak Jain <samyak.jn11@gmail.com>
Date: Thu, 22 Apr 2021 13:00:10 -0700
Subject: core/util.runtime: Set kotlin compiler version to 1.3-SNAPSHOT

---
 .../src/org/jetbrains/kotlin/config/KotlinCompilerVersion.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/util.runtime/src/org/jetbrains/kotlin/config/KotlinCompilerVersion.java b/core/util.runtime/src/org/jetbrains/kotlin/config/KotlinCompilerVersion.java
index bb1ee0e..954d50b 100644
--- a/core/util.runtime/src/org/jetbrains/kotlin/config/KotlinCompilerVersion.java
+++ b/core/util.runtime/src/org/jetbrains/kotlin/config/KotlinCompilerVersion.java
@@ -21,7 +21,7 @@ import org.jetbrains.annotations.Nullable;
 public class KotlinCompilerVersion {
     // The value of this constant is generated by the build script
     // DON'T MODIFY IT
-    public static final String VERSION = "@snapshot@";
+    public static final String VERSION = "1.3-SNAPSHOT";
 
     // True if the latest stable language version supported by this compiler has not yet been released.
     // Binaries produced by this compiler with that language version (or any future language version) are going to be marked
