Pull request: scripts: fix version.txt creation

Merge in DNS/adguard-home from fix-version-txt to master

Squashed commit of the following:

commit b406bbb0b0c862016e5801fd1d5131f85972f16b
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Feb 2 18:13:49 2021 +0300

    scripts: fix version.txt creation
This commit is contained in:
Ainar Garipov 2021-02-02 18:31:47 +03:00
parent 6fe227646b
commit c82ebf5903
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ log "calculating checksums"
log "writing versions"
echo "$version" > "./${dist}/version.txt"
echo "version=$version" > "./${dist}/version.txt"
# Create the verison.json file.
#