Skip to content

Commit

Permalink
Merge pull request #46 from VerusCoin/dev
Browse files Browse the repository at this point in the history
0.7.0
  • Loading branch information
Asherda authored Jun 9, 2020
2 parents b7abc75 + c5f4f5f commit 3d68212
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stages:
variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: release
VERUS_VERSION: 0.6.5-3
VERUSCOIN_VERSION: 0.6.5-2
VERUS_VERSION: 0.7.0
VERUSCOIN_VERSION: 0.7.0
KOMODO_VERSION: 0.6.0
BINARY_SOURCE: VerusCoin
VERUS_APPIMAGE_X64: Verus-Desktop-v${VERUS_VERSION}-x86_64.AppImage
Expand Down
2 changes: 1 addition & 1 deletion gui/Verus-Desktop-GUI
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verus-desktop",
"productName": "Verus-Desktop",
"version": "0.6.5-3",
"version": "0.7.0",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion routes/ports.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const assetChainPorts = {
ZEXO: 33970,
LABS: 40265,
DP: 28388,
VRSCTEST: 16330,
VRSCTEST: 26782,
VRSC: 27486,
ZEC: 11192,
VOTE2020: 44249
Expand Down
5 changes: 2 additions & 3 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
version=0.6.5-3
type=beta
minversion=0.6.5-3
version=0.7.0
minversion=0.7.0
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.5-3
0.7.0

0 comments on commit 3d68212

Please sign in to comment.