update version number

This commit is contained in:
usman@cyberpersons.com
2023-01-23 11:36:41 +05:00
parent a8201ad877
commit 749c4bcd16
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ from stat import *
import stat
VERSION = '2.3'
BUILD = 2
BUILD = 3
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}