diff options
author | Anton Tananaev <anton@traccar.org> | 2023-04-16 09:55:52 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-04-16 09:55:52 -0700 |
commit | 7b3aebb26d1f1ed8617db2b03e5c35a48bf44dba (patch) | |
tree | 6fed35e3cf5a837d04f148b46f28316047ed0bd4 | |
parent | 0a459e5206a29bd805c8d752361507b67dc6ff7e (diff) | |
download | trackermap-server-7b3aebb26d1f1ed8617db2b03e5c35a48bf44dba.tar.gz trackermap-server-7b3aebb26d1f1ed8617db2b03e5c35a48bf44dba.tar.bz2 trackermap-server-7b3aebb26d1f1ed8617db2b03e5c35a48bf44dba.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 da9c92ba9..1fa3986fd 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ jar { manifest { attributes( "Main-Class": "org.traccar.Main", - "Implementation-Version": "5.6", + "Implementation-Version": "5.7", "Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" ")) } } diff --git a/setup/traccar.iss b/setup/traccar.iss index 09b94ee5e..821c90958 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=5.6 +AppVersion=5.7 DefaultDirName={pf}\Traccar OutputBaseFilename=traccar-setup ArchitecturesInstallIn64BitMode=x64 diff --git a/swagger.json b/swagger.json index 39bd6bd61..dde673e19 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Traccar", - "version": "5.6", + "version": "5.7", "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", |