Sign in
Imanol-Mikel Barba Sabariego
/
dreamddns
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a73728f190e40c541ac20e7b83ec564db7030d34
Authored by
Imanol-Mikel Barba Sabariego
2015-07-31 11:24:55 +0200
1 parent
dc1493ea
Corrected version number
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dreamddns.py
dreamddns.py
View file @
a73728f
...
...
@@ -11,7 +11,7 @@ import json
11
11
import argparse
12
12
import sys
13
13
14
-CURRENT_VERSION = "1.
0
-imanolbarba"
14
+CURRENT_VERSION = "1.
1
-imanolbarba"
15
15
DEBUG = 0
16
16
17
17
EXTERNAL_IP_URL = "https://ipv4.wtfismyip.com/text"
...
...