We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2d5a3 commit 2dcd9adCopy full SHA for 2dcd9ad
1 file changed
src/analysis/typepal/Version.rsc
@@ -14,7 +14,7 @@ module analysis::typepal::Version
14
15
import util::SemVer;
16
17
-private str currentTplVersion = "2.0.0";
+private str currentTplVersion = "1.1.0";
18
19
bool isValidTplVersion(str version){
20
return equalVersion(version, currentTplVersion);
0 commit comments