From 4f8dfd14fc9ad058d8aa9d43de9c2d6c43cd5592 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 14 Feb 2025 17:14:31 +0000 Subject: [PATCH] Start v1.69.2-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 5f8853011..48909b06d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.69.1 +v1.69.2 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 003a53d3b..7a35accbb 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.69.1 \ No newline at end of file +v1.69.2 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 715d12ab0..be33950ca 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.69.1" +var VersionTag = "v1.69.2"