From 5c646dff9a8ccb2a7977b8dde532c82aed92a2b3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 1 Nov 2021 16:54:17 +0000 Subject: [PATCH] Start v1.58.0-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 7b701c25c..f399a6f2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.57.0 +v1.58.0 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 9e5cd4e30..6f6367c57 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.57.0 \ No newline at end of file +v1.58.0 \ No newline at end of file diff --git a/fs/version.go b/fs/version.go index 64576f059..e45389561 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.57.0-DEV" +var Version = "v1.58.0-DEV"