From 1272a8f9a5a750233c37e9aaff2f277149ddbac4 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 3 Sep 2020 11:28:43 +0100 Subject: [PATCH] Start v1.53.1-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 55274d266..cb695e7e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.53.0 +v1.53.1 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 48c6c8137..d76bd85cb 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.53.0 \ No newline at end of file +v1.53.1 \ No newline at end of file diff --git a/fs/version.go b/fs/version.go index 0110ac8d3..3bc2ea4aa 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.53.0-DEV" +var Version = "v1.53.1-DEV"