From e75d57d638e9873ad471b4859d01cf865f2cdbc0 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 19 Sep 2021 13:09:32 +0100 Subject: [PATCH] Start v1.56.2-DEV development --- VERSION | 2 +- docs/layouts/partials/version.html | 2 +- fs/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a003b1975..fe1df057f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.56.1 +v1.56.2 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 8b3e94864..a3191213f 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.56.1 \ No newline at end of file +v1.56.2 \ No newline at end of file diff --git a/fs/version.go b/fs/version.go index 7fe6e786d..9c259c8a8 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.56.1-DEV" +var Version = "v1.56.2-DEV"