Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 43b6e35

Browse files
committed
Update SQLToolsModels.py
1 parent 1606e2d commit 43b6e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLToolsModels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Const:
1212
SGDB_FILENAME = "SQLToolsSGBD.{0}".format(SETTINGS_EXTENSION)
1313
CONNECTIONS_FILENAME = "SQLToolsConnections.{0}".format(SETTINGS_EXTENSION)
1414
USER_QUERIES_FILENAME = "SQLToolsSavedQueries.{0}".format(SETTINGS_EXTENSION)
15-
VERSION = "v1.0.8"
15+
VERSION = "v0.2.1"
1616
pass
1717

1818
class Log:

0 commit comments

Comments
 (0)