diff --git a/lib/facts/version.js b/lib/facts/version.js index 4c71cc46d..f2c7254b1 100644 --- a/lib/facts/version.js +++ b/lib/facts/version.js @@ -1,5 +1,5 @@ // @flow // 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 = 28; +export const webAndKeyserverCodeVersion = 29;