bug fix: update version and disable csf install

This commit is contained in:
usmannasir
2024-08-14 11:24:11 +03:00
parent 910ba1a84c
commit b277c8015b
9 changed files with 12 additions and 8 deletions

View File

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