mirror of
https://github.com/traccar/traccar.git
synced 2025-12-24 00:00:20 -05:00
Update version number
This commit is contained in:
@@ -160,7 +160,7 @@ jar {
|
||||
manifest {
|
||||
attributes(
|
||||
"Main-Class": "org.traccar.Main",
|
||||
"Implementation-Version": "6.11.0",
|
||||
"Implementation-Version": "6.11.1",
|
||||
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
license:
|
||||
name: Apache 2.0
|
||||
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
version: '6.11.0'
|
||||
version: '6.11.1'
|
||||
servers:
|
||||
- url: https://demo.traccar.org/api
|
||||
description: Demo Server 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Setup]
|
||||
AppName=Traccar
|
||||
AppVersion=6.11.0
|
||||
AppVersion=6.11.1
|
||||
DefaultDirName={pf}\Traccar
|
||||
OutputBaseFilename=traccar-setup
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
|
||||
Reference in New Issue
Block a user