Update version number to 3.1.4024.11 in the pyhton file for the pipeline

This commit is contained in:
Federico Rojas
2020-12-09 16:17:26 +01:00
parent b7388e21c6
commit c4a9e96037
+1 -1
View File
@@ -2,7 +2,7 @@ import glob
import xml.etree.ElementTree as ET
VERSION_TAGS = {"**/*.Tc*": "ProductVersion", "**/*.tsproj": "TcVersion"}
CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.5", "**/*.tsproj": "3.1.4023.119"}
CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.5", "**/*.tsproj": "3.1.4024.11"}
def check_versions():