aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-07-05 18:57:20 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-07-05 18:57:20 -0700
commit8c4ea5c2b3006f02ed371d5ef026d0f57e7aefed (patch)
tree1abf412c4d8060d4223058f462daf30af766094f
parentf7c59bfae02644609867997c5f0ef04e71fe7497 (diff)
downloadtraccar-server-8c4ea5c2b3006f02ed371d5ef026d0f57e7aefed.tar.gz
traccar-server-8c4ea5c2b3006f02ed371d5ef026d0f57e7aefed.tar.bz2
traccar-server-8c4ea5c2b3006f02ed371d5ef026d0f57e7aefed.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 5fb3efbca..4d0ce4d3a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -93,7 +93,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "4.8",
+ "Implementation-Version": "4.9",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/pom.xml b/pom.xml
index 90e32b016..90218b9a3 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.8-SNAPSHOT</version>
+ <version>4.9-SNAPSHOT</version>
<name>traccar</name>
<url>https://www.traccar.org</url>
diff --git a/setup/traccar.iss b/setup/traccar.iss
index 6dcad8e4d..fe48d7f9f 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=4.8
+AppVersion=4.9
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index e252d36c4..31662d9d1 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "version": "4.8",
+ "version": "4.9",
"title": "traccar"
},
"host": "demo.traccar.org",