aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-07-25 18:41:13 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-07-25 18:41:13 -0700
commitf8fef07e848a3f59bd0149447cfa23dc5ed9b40c (patch)
treef71b754295726a0ff25a7c2f8014fa36e2333428
parentfcba638543caa06f7e87fc7862047b29170ece22 (diff)
downloadtraccar-server-f8fef07e848a3f59bd0149447cfa23dc5ed9b40c.tar.gz
traccar-server-f8fef07e848a3f59bd0149447cfa23dc5ed9b40c.tar.bz2
traccar-server-f8fef07e848a3f59bd0149447cfa23dc5ed9b40c.zip
Update version numbers
-rw-r--r--build.gradle2
-rw-r--r--pom.xml2
-rw-r--r--setup/traccar.iss2
-rw-r--r--swagger.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 4d0ce4d3a..5e4fc3868 100644
--- a/build.gradle
+++ b/build.gradle
@@ -93,7 +93,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "4.9",
+ "Implementation-Version": "4.10",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/pom.xml b/pom.xml
index 90218b9a3..8f803c096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.traccar</groupId>
<artifactId>traccar</artifactId>
- <version>4.9-SNAPSHOT</version>
+ <version>4.10-SNAPSHOT</version>
<name>traccar</name>
<url>https://www.traccar.org</url>
diff --git a/setup/traccar.iss b/setup/traccar.iss
index fe48d7f9f..a1ccbd654 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=4.9
+AppVersion=4.10
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index 9c40b518d..334ed486a 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "version": "4.9",
+ "version": "4.10",
"title": "traccar"
},
"host": "demo.traccar.org",