From dc7458cea02dd59b07303b83584780b9d4965d15 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 23 Sep 2024 17:29:48 +0100 Subject: [PATCH] Start v1.68.1-DEV development --- VERSION | 2 +- docs/layouts/partials/version.html | 2 +- fs/versiontag.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6640f481f..5b12ef8fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.68.0 +v1.68.1 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 334e2fab0..2da6866cb 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.68.0 \ No newline at end of file +v1.68.1 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index a82e25e04..936d3cc90 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.68.0" +var VersionTag = "v1.68.1"