Skip to content

Commit

Permalink
Merge branch 'MONK-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jul 10, 2021
2 parents 223ae03 + eb4e802 commit b103f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/innosetup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Monk Core"
#define MyAppVersion "3.0.0.0"
#define MyAppVersion "3.0.1.0"
#define MyAppPublisher "2021 DECENOMY Core Developers"
#define MyAppURL "https://monk.com"
#define MyAppExeName "monk-qt.exe"
Expand Down
2 changes: 1 addition & 1 deletion contrib/masternodesetup/masternodesetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIGFOLDER='/root/.monk'
COIN_DAEMON='monkd'
COIN_CLI='monk-cli'
COIN_PATH='/usr/local/bin/'
COIN_TGZ='https://github.com/decenomy/MONK/releases/download/v3.0.0.0/MONK-3.0.0.0-Linux.zip'
COIN_TGZ='https://github.com/decenomy/MONK/releases/download/v3.0.1.0/MONK-3.0.1.0-Linux.zip'
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
COIN_NAME='monk'
COIN_PORT=32270
Expand Down

0 comments on commit b103f1c

Please sign in to comment.