Skip to content

Commit 2dcd9ad

Browse files
committed
Set version number back to 1.1.0 since there are no changes in TModel
1 parent 0b2d5a3 commit 2dcd9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "2.0.0";
17+
private str currentTplVersion = "1.1.0";
1818

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

0 commit comments

Comments
 (0)