Fix last minor version bump to patch version bump
This commit is contained in:
parent
56ff5b1c60
commit
eeec59f8b1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Core
|
# Core
|
||||||
|
|
||||||
### Core v16.10.0 > v16.11.0
|
### Core v16.10.0 > v16.10.1
|
||||||
|
|
||||||
- Fix use of Let's Encrypt production CA
|
- Fix use of Let's Encrypt production CA
|
||||||
- Add email address in TLS config for Let's Encrypt
|
- Add email address in TLS config for Let's Encrypt
|
||||||
|
|
|
||||||
|
|
@ -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: 11,
|
Minor: 10,
|
||||||
Patch: 0,
|
Patch: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue