We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eeda3 commit 719e26fCopy full SHA for 719e26f
1 file changed
resources/main.py
@@ -230,7 +230,7 @@ def main():
230
231
if __addon__.getSetting('version') == '':
232
# first time run, store version
233
- __addon__.setSetting('version', '0.6.0')
+ __addon__.setSetting('version', __addon__.getAddonInfo('version'))
234
235
# prompt the user to configure the plugin with their steam details
236
if not all_required_credentials_available():
0 commit comments