Clean up and stylistic changes after merging in https://github.com/JetBrains/kotlin/pull/55
This commit is contained in:
@@ -22,5 +22,5 @@ package org.jetbrains.jet.cli.common;
|
||||
public class CompilerVersion {
|
||||
// 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 = "@snapshot@";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user