diff options
Diffstat (limited to '')
| -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 a65d1bf..0eca448 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from util import *  PROGRAM_NAME = 'xpybar' -PROGRAM_VERSION = '1.0' +PROGRAM_VERSION = '1.9'  global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND  | 
