Skip to content

Commit 6e804e5

Browse files
committed
update Semantic Version
1 parent d826012 commit 6e804e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSOATransRun/src/main/java/org/ruleml/psoa/psoatransrun/PSOATransRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ else if (lang.equalsIgnoreCase("tptp"))
107107
{
108108
systemInstantiation = "[PSOA2TPTP,VampirePrime]";
109109
}
110-
return "PSOATransRun" + "1.5" + systemInstantiation;
110+
return "PSOATransRun" + "1.5.1" + systemInstantiation;
111111
}
112112

113113
/***

0 commit comments

Comments
 (0)