From a5786813dc5bc8595d75bb81555fe760eda57d2c Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Fri, 28 Jul 2023 09:20:40 -0400 Subject: [PATCH] [web][keyserver] `codeVersion` -> 14 --- lib/facts/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/facts/version.js b/lib/facts/version.js index b40e0967db..418d9b4373 100644 --- a/lib/facts/version.js +++ b/lib/facts/version.js @@ -2,4 +2,4 @@ // This file defines the version of both web and keyserver. Today they are // deployed together, so their version are sourced from the same place. -export const webAndKeyserverCodeVersion = 13; +export const webAndKeyserverCodeVersion = 14;