mirror of
https://github.com/traccar/traccar.git
synced 2025-01-05 10:17:05 +08:00
Update version number
This commit is contained in:
parent
f077c043ed
commit
92ab4f2c22
@ -114,7 +114,7 @@ jar {
|
||||
manifest {
|
||||
attributes(
|
||||
"Main-Class": "org.traccar.Main",
|
||||
"Implementation-Version": "6.4",
|
||||
"Implementation-Version": "6.5",
|
||||
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Setup]
|
||||
AppName=Traccar
|
||||
AppVersion=6.4
|
||||
AppVersion=6.5
|
||||
DefaultDirName={pf}\Traccar
|
||||
OutputBaseFilename=traccar-setup
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
|
@ -2,7 +2,7 @@
|
||||
"openapi": "3.0.1",
|
||||
"info": {
|
||||
"title": "Traccar",
|
||||
"version": "6.4",
|
||||
"version": "6.5",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user