aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-01-18 14:10:34 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2020-01-18 14:10:34 -0800
commitdad0873b6a61ccfa5e0a65a87cac8d9055add9ff (patch)
treeb9ee3449ced1630f4747773774d382e04fa812c7
parent9382c7d0e36f5072176f28d0534bf63297866c53 (diff)
downloadtraccar-server-dad0873b6a61ccfa5e0a65a87cac8d9055add9ff.tar.gz
traccar-server-dad0873b6a61ccfa5e0a65a87cac8d9055add9ff.tar.bz2
traccar-server-dad0873b6a61ccfa5e0a65a87cac8d9055add9ff.zip
Update version number
-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 b3d02ee7a..efb65314a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -91,7 +91,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "4.6",
+ "Implementation-Version": "4.7",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/pom.xml b/pom.xml
index e6f56d465..f5eeedffb 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.6-SNAPSHOT</version>
+ <version>4.7-SNAPSHOT</version>
<name>traccar</name>
<url>https://www.traccar.org</url>
diff --git a/setup/traccar.iss b/setup/traccar.iss
index 9a4fc65b9..e66f38b6d 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=4.6
+AppVersion=4.7
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index d8827a8f1..bf62510c4 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "version": "4.6",
+ "version": "4.7",
"title": "traccar"
},
"host": "demo.traccar.org",