From 2bb6ff6ab4b1c1c6a01ad66335abf8e234858ab2 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Mon, 24 May 2021 20:45:36 +0900 Subject: [PATCH] Release 1.6.6 Changes since 1.6.5: - Fixed a bug that would raise a 404 error where a 401 error would be more suitable. - Added locks to prevent multiple backup tasks with the same file from running concurrently. - Added a task to periodically finalize incomplete builds. - Show column in build admin for "processed" builds --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 9f05f9f2..ec70f755 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.5 +1.6.6