Skip to content

Commit 9ee16c6

Browse files
ukane-philemonchappjc
authored andcommitted
dexc-desktop: fix darwin installer script version
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
1 parent a6ea571 commit 9ee16c6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

client/app/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/cmd/dexc-desktop/pkg/pkg-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail;
99
export GOWORK=off
1010

1111
# For release set metadata to "release".
12-
VER=`cat ../../../app/VERSION`
12+
VER="0.7.0-pre"
1313
META= # "release"
1414
BUILD_VER="1.0.0" # increment for every build.
1515
OS_FULL_VERSION="$(sw_vers | sed -n 2p | cut -d : -f 2 | tr -d '[:space:]' | cut -c1-)"

0 commit comments

Comments
 (0)