diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-11-03 15:49:11 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-11-03 15:49:11 -0800 |
commit | c5bf17c01b576271ce40240148331380a275fc35 (patch) | |
tree | 84bd0f589596cfa801159290bfa2e425e1bbd4b8 | |
parent | 665c2ab1114b1976f035204a64da39b7aef221e9 (diff) | |
download | trackermap-server-c5bf17c01b576271ce40240148331380a275fc35.tar.gz trackermap-server-c5bf17c01b576271ce40240148331380a275fc35.tar.bz2 trackermap-server-c5bf17c01b576271ce40240148331380a275fc35.zip |
Update version number
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | setup/traccar.iss | 2 | ||||
-rw-r--r-- | swagger.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 13e5231e4..7207328f2 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ jar { manifest { attributes( "Main-Class": "org.traccar.Main", - "Implementation-Version": "4.10", + "Implementation-Version": "4.11", "Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" ")) } } @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.traccar</groupId> <artifactId>traccar</artifactId> - <version>4.10-SNAPSHOT</version> + <version>4.11-SNAPSHOT</version> <name>traccar</name> <url>https://www.traccar.org</url> diff --git a/setup/traccar.iss b/setup/traccar.iss index a1ccbd654..5b2d18996 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=4.10 +AppVersion=4.11 DefaultDirName={pf}\Traccar OutputBaseFilename=traccar-setup ArchitecturesInstallIn64BitMode=x64 diff --git a/swagger.json b/swagger.json index e3df09515..fa9c65593 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Traccar", - "version": "4.10", + "version": "4.11", "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", |