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 a9ffbba..e0f718b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -38,7 +38,7 @@ PROGRAM_NAME = 'blueshift' :str The name of the program ''' -PROGRAM_VERSION = '1.18' +PROGRAM_VERSION = '1.90.1' ''' :str The version of the program ''' |