aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--setup/traccar.iss2
-rw-r--r--swagger.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e0e70601d..db985e63c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.traccar</groupId>
<artifactId>traccar</artifactId>
- <version>3.17-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
<name>traccar</name>
<url>https://www.traccar.org</url>
diff --git a/setup/traccar.iss b/setup/traccar.iss
index ef252b3cd..f60b811f7 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=3.17
+AppVersion=4.0
DefaultDirName={pf}\Traccar
AlwaysRestart=yes
OutputBaseFilename=traccar-setup
diff --git a/swagger.json b/swagger.json
index 50934e397..6d2f7c443 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "version": "3.17",
+ "version": "4.0",
"title": "traccar"
},
"host": "demo.traccar.org",