Update version number

This commit is contained in:
Anton Tananaev
2026-05-03 17:29:12 -07:00
parent e003c71847
commit 29b748bed3
3 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
"Implementation-Version": "6.13.1",
"Implementation-Version": "6.13.2",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}

View File

@@ -9,7 +9,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: '6.13.1'
version: '6.13.2'
servers:
- url: https://demo.traccar.org/api
description: Demo Server 1

View File

@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
AppVersion=6.13.1
AppVersion=6.13.2
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64