From 26322fa7d5382c9c03cfab9d49ee8c317fbaad6c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Jun 2019 20:57:15 -0700 Subject: [PATCH] v0.6.20 test Signed-off-by: Jeff Carr --- Makefile | 2 +- resources/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 953c4ca..4fdca3f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ tag-version: build git tag v${VERSION} git push --tags # https://mirrors.wit.com/cloud/control-panel/ - scp VERSION root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/ + scp resources/VERSION root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/ scp resources/BUILDDATE root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/ scp cloud-control-panel root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/ scp cloud-control-panel root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/cloud-control-panel-v${VERSION} diff --git a/resources/VERSION b/resources/VERSION index 4528c7c..db94455 100644 --- a/resources/VERSION +++ b/resources/VERSION @@ -1 +1 @@ -0.6.19 +0.6.20