mirror of
https://github.com/datarhei/core.git
synced 2025-10-04 23:53:12 +08:00
Bump version to 16.14.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Core
|
# Core
|
||||||
|
|
||||||
|
### Core v16.13.1 > v16.14.0
|
||||||
|
|
||||||
|
- Add support for SRTv4 clients
|
||||||
|
- Fix require positive persist interval (session)
|
||||||
|
- Fix race condition (process)
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### Core v16.13.0 > v16.13.1
|
### Core v16.13.0 > v16.13.1
|
||||||
|
|
||||||
- Fix transfer of reports to updated process
|
- Fix transfer of reports to updated process
|
||||||
|
@@ -29,8 +29,8 @@ func (v versionInfo) MinorString() string {
|
|||||||
// Version of the app
|
// Version of the app
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 13,
|
Minor: 14,
|
||||||
Patch: 1,
|
Patch: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commit is the git commit the app is build from. It should be filled in during compilation
|
// Commit is the git commit the app is build from. It should be filled in during compilation
|
||||||
|
Reference in New Issue
Block a user