Skip to content

Commit 371959f

Browse files
authored
Update bootstrap constants as well (#113)
1 parent db45f37 commit 371959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/src/bootstrap/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __iter__(self):
3030
UNKNOWN = "Unknown"
3131

3232
# Extension version (todo: move to a different file)
33-
EXT_VERSION = "1.6.32"
33+
EXT_VERSION = "1.6.33"
3434

3535
# Runtime environments
3636
TEST = 'Test'

0 commit comments

Comments
 (0)