diff options
author | Anton Tananaev <anton@traccar.org> | 2023-11-20 14:10:16 -0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-11-20 14:10:16 -0800 |
commit | 830aeed832e99a455601646fc0057584a203fdfe (patch) | |
tree | f4f83f0b54d3285e51e2b622ef9e9afd6d349982 | |
parent | 05ec7e73132369518b5122b2aecbf0f1a65c437f (diff) | |
download | trackermap-server-830aeed832e99a455601646fc0057584a203fdfe.tar.gz trackermap-server-830aeed832e99a455601646fc0057584a203fdfe.tar.bz2 trackermap-server-830aeed832e99a455601646fc0057584a203fdfe.zip |
Update version numbers
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | setup/traccar.iss | 2 | ||||
-rw-r--r-- | swagger.json | 2 |
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", |