fix: issue with LICENSEHEADER always using the current year causing issues building in a new year
This commit is contained in:
parent
ec4a91a3a2
commit
31c417f38a
2 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@ This changelog only contains the changes that are unreleased. For changes for in
|
|||
|
||||
### Fixes
|
||||
- Changes to the Modrinth pack format (thanks to @wafflecoffee)
|
||||
- Issue with LICENSEHEADER always using the current year causing issues building in a new year
|
||||
|
||||
### Misc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ATLauncher - https://github.com/ATLauncher/ATLauncher
|
||||
Copyright (C) 2013-${year} ATLauncher
|
||||
Copyright (C) 2013-2021 ATLauncher
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in a new issue