From cbd359f4d1ddeb98214d06e620107d1999f5f340 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 30 Oct 2023 17:07:16 +0100 Subject: [PATCH] Publish deprecation message for 0.204.1 and latest --- build/src/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/src/utils/config.js b/build/src/utils/config.js index 572d751e66..a9f587f6b2 100644 --- a/build/src/utils/config.js +++ b/build/src/utils/config.js @@ -164,7 +164,7 @@ function getVersionFromRelease(release, definitionId) { } // Is a branch - return 'dev'; + return '0.204.1'; } // Look up distro and fallback to debian if not specified