aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-11-20 14:10:16 -0800
committerAnton Tananaev <anton@traccar.org>2023-11-20 14:10:16 -0800
commit830aeed832e99a455601646fc0057584a203fdfe (patch)
treef4f83f0b54d3285e51e2b622ef9e9afd6d349982
parent05ec7e73132369518b5122b2aecbf0f1a65c437f (diff)
downloadtrackermap-server-830aeed832e99a455601646fc0057584a203fdfe.tar.gz
trackermap-server-830aeed832e99a455601646fc0057584a203fdfe.tar.bz2
trackermap-server-830aeed832e99a455601646fc0057584a203fdfe.zip
Update version numbers
-rw-r--r--build.gradle2
-rw-r--r--setup/traccar.iss2
-rw-r--r--swagger.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 92aad7dba..987c60cc1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "5.9",
+ "Implementation-Version": "5.10",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/setup/traccar.iss b/setup/traccar.iss
index 9d9fbc73c..23daf6e13 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=5.9
+AppVersion=5.10
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index ae8c447cc..982e1bff1 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "5.9",
+ "version": "5.10",
"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",