mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Bump version to 16.9.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Core
|
||||
|
||||
#### Core v16.8.0 > ?
|
||||
#### Core v16.8.0 > v16.9.0
|
||||
|
||||
- Add new placeholders and parameters for placeholder
|
||||
- Allow RTMP server if RTMPS server is enabled
|
||||
|
@@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
|
||||
// Version of the app
|
||||
var Version = versionInfo{
|
||||
Major: 16,
|
||||
Minor: 8,
|
||||
Minor: 9,
|
||||
Patch: 0,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user