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

Commit

Permalink
Update SQLToolsModels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Apr 6, 2016
1 parent 1606e2d commit 43b6e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLToolsModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Const:
SGDB_FILENAME = "SQLToolsSGBD.{0}".format(SETTINGS_EXTENSION)
CONNECTIONS_FILENAME = "SQLToolsConnections.{0}".format(SETTINGS_EXTENSION)
USER_QUERIES_FILENAME = "SQLToolsSavedQueries.{0}".format(SETTINGS_EXTENSION)
VERSION = "v1.0.8"
VERSION = "v0.2.1"
pass

class Log:
Expand Down

0 comments on commit 43b6e35

Please sign in to comment.