aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-08-15 12:26:14 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-08-15 12:26:14 -0700
commit2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75 (patch)
tree6dc8daa7b666693749d013ad97e3c271351be5ec /build.gradle
parent56f9df7e983d07bbcfec0384dc25151b71673bb3 (diff)
downloadtraccar-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.tar.gz
traccar-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.tar.bz2
traccar-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.zip
Update version numbers
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5a8a0e5f6..d9c70fc15 100644
--- a/build.gradle
+++ b/build.gradle
@@ -95,7 +95,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "4.13",
+ "Implementation-Version": "4.14",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}