Skip to content

Commit a9e659b

Browse files
committed
Moved to 2.0.0
1 parent 93ed1cd commit a9e659b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BakeBit/Software/Python/modules/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
CDPNEIGH_FILE = '/tmp/cdpneigh.txt'
6363
IPCONFIG_FILE = SCRIPT_PATH + '/scripts/networkinfo/ipconfig.sh 2>/dev/null'
6464
REACHABILITY_FILE = SCRIPT_PATH + '/scripts/networkinfo/reachability.sh'
65-
PUBLICIP_CMD = SCRIPT_PATH + 'scripts/networkinfo/publicip.sh'
65+
PUBLICIP_CMD = SCRIPT_PATH + '/scripts/networkinfo/publicip.sh'
6666

6767
# key map file
6868
BUTTONS_FILE = SCRIPT_PATH + '/buttons.txt'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.0-alpha8
1+
v2.0.0

0 commit comments

Comments
 (0)