Commit a73728f190e40c541ac20e7b83ec564db7030d34

Authored by Imanol-Mikel Barba Sabariego
1 parent dc1493ea

Corrected version number

Showing 1 changed file with 1 additions and 1 deletions
dreamddns.py
@@ -11,7 +11,7 @@ import json @@ -11,7 +11,7 @@ import json
11 import argparse 11 import argparse
12 import sys 12 import sys
13 13
14 -CURRENT_VERSION = "1.0-imanolbarba" 14 +CURRENT_VERSION = "1.1-imanolbarba"
15 DEBUG = 0 15 DEBUG = 0
16 16
17 EXTERNAL_IP_URL = "https://ipv4.wtfismyip.com/text" 17 EXTERNAL_IP_URL = "https://ipv4.wtfismyip.com/text"