Add version strings to the packages.
This commit is contained in:
parent
b522577fa3
commit
949f5f6d24
4 changed files with 12 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ import stat
|
|||
import syslog
|
||||
|
||||
|
||||
__version__ = "v2021.12.22"
|
||||
|
||||
|
||||
FILE_KEY = "fi"
|
||||
DIRECTORY_KEY = "di"
|
||||
OTHER_WRITABLE_KEY = "ow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue