diff options
author | Anton Tananaev <anton@traccar.org> | 2024-07-28 12:46:00 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-07-28 12:46:00 -0700 |
commit | 02bfa8faaa52c3de26154e3b948df7ec08933991 (patch) | |
tree | debef6b07fc0a0a1f39e3cf789e3bfcb617f1f49 | |
parent | 880b66fc0987d77ee03cce40080a8d5b33d365a9 (diff) | |
download | trackermap-server-02bfa8faaa52c3de26154e3b948df7ec08933991.tar.gz trackermap-server-02bfa8faaa52c3de26154e3b948df7ec08933991.tar.bz2 trackermap-server-02bfa8faaa52c3de26154e3b948df7ec08933991.zip |
Update version number
-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 616eb6e06..9786c8458 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ jar { manifest { attributes( "Main-Class": "org.traccar.Main", - "Implementation-Version": "6.2", + "Implementation-Version": "6.3", "Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" ")) } } diff --git a/setup/traccar.iss b/setup/traccar.iss index ad8e2552b..b86c6012d 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=6.2 +AppVersion=6.3 DefaultDirName={pf}\Traccar OutputBaseFilename=traccar-setup ArchitecturesInstallIn64BitMode=x64 diff --git a/swagger.json b/swagger.json index b6d1ff241..7366da5bb 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Traccar", - "version": "6.2", + "version": "6.3", "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", |