diff options
| -rwxr-xr-x | src/__main__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index cbdeee8..d904144 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -31,7 +31,7 @@ PROGRAM_NAME = 'nightshift'  :str  The name of the program  ''' -PROGRAM_VERSION = '1.0' +PROGRAM_VERSION = '0.3'  '''  :str  The version of the program  '''  | 
