diff --git a/IOB-WIN/App.config b/IOB-WIN/App.config
index f8ae5a22..da9d9574 100644
--- a/IOB-WIN/App.config
+++ b/IOB-WIN/App.config
@@ -68,7 +68,7 @@
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index 7636e555..6e767b6a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=352']) {
+ withEnv(['NEXT_BUILD_NUMBER=353']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'