From e393727668a39285c8bbfa46b557625bb2e4a735 Mon Sep 17 00:00:00 2001 From: TiynGER <43725244+TiynGER@users.noreply.github.com> Date: Sun, 1 Sep 2019 00:12:28 +0200 Subject: [PATCH] 1.0.1 structure update --- VERSION.txt | 2 +- Dockerfile => src/Dockerfile | 0 run.sh => src/run.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile => src/Dockerfile (100%) rename run.sh => src/run.sh (100%) diff --git a/VERSION.txt b/VERSION.txt index afaf360..7f20734 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/Dockerfile b/src/Dockerfile similarity index 100% rename from Dockerfile rename to src/Dockerfile diff --git a/run.sh b/src/run.sh similarity index 100% rename from run.sh rename to src/run.sh