From c4a9e9603768dc0817610f3702aadbf3344262b6 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Wed, 9 Dec 2020 16:17:26 +0100 Subject: [PATCH] Update version number to 3.1.4024.11 in the pyhton file for the pipeline --- twincat_version_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twincat_version_manager.py b/twincat_version_manager.py index a6372e7..697ca50 100644 --- a/twincat_version_manager.py +++ b/twincat_version_manager.py @@ -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():