aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-04-06 09:55:09 -0700
committerAnton Tananaev <anton@traccar.org>2024-04-06 09:55:09 -0700
commit3454f5b8b580ef7aee121ed2d7821db7161e1bd9 (patch)
tree4f6bd57a2974c3551f2b0f1b1737ff51342acedf
parentca706fccc04af7f68efe78db1a97515f20ec35dc (diff)
downloadtrackermap-server-3454f5b8b580ef7aee121ed2d7821db7161e1bd9.tar.gz
trackermap-server-3454f5b8b580ef7aee121ed2d7821db7161e1bd9.tar.bz2
trackermap-server-3454f5b8b580ef7aee121ed2d7821db7161e1bd9.zip
Update version number
-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 ac154b345..2fe2bfaab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "5.12",
+ "Implementation-Version": "6.0",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/setup/traccar.iss b/setup/traccar.iss
index 2ccee1c3e..466a40c30 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=5.12
+AppVersion=6.0
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index b2209a20e..933652cb0 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "5.12",
+ "version": "6.0",
"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",