aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--pom.xml2
-rw-r--r--setup/traccar.iss2
-rw-r--r--swagger.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 13e5231e4..7207328f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -93,7 +93,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "4.10",
+ "Implementation-Version": "4.11",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/pom.xml b/pom.xml
index fb13f59ca..7cb5615af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.traccar</groupId>
<artifactId>traccar</artifactId>
- <version>4.10-SNAPSHOT</version>
+ <version>4.11-SNAPSHOT</version>
<name>traccar</name>
<url>https://www.traccar.org</url>
diff --git a/setup/traccar.iss b/setup/traccar.iss
index a1ccbd654..5b2d18996 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=4.10
+AppVersion=4.11
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index e3df09515..fa9c65593 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "4.10",
+ "version": "4.11",
"description": "Traccar GPS tracking server API documentation. To use the API you need to have a server instance. For testing purposes you can use one of free [demo servers](https://www.traccar.org/demo-server/). For production use you can install your own server or get a [subscription service](https://www.traccar.org/product/tracking-server/).",
"contact": {
"name": "Traccar Support",