Skip to content

Commit 53e3254

Browse files
committed
Reset version number to 2.0.0.
1 parent 91c6133 commit 53e3254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/typepal/Version.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module analysis::typepal::Version
1414

1515
import util::SemVer;
1616

17-
private str currentTplVersion = "1.1.0";
17+
private str currentTplVersion = "2.0.0";
1818

1919
bool isValidTplVersion(str version){
2020
return equalVersion(version, currentTplVersion);

0 commit comments

Comments
 (0)