From df3bb7e9562bcbb2877a61c43308907cb411205e Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sat, 15 Nov 2025 09:39:06 -0500 Subject: [PATCH] remove beta tag --- src/moto/license.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moto/license.js b/src/moto/license.js index 84e126ee..fa997e8f 100644 --- a/src/moto/license.js +++ b/src/moto/license.js @@ -6,6 +6,6 @@ const terms = { VERSION: "4.4.0" }; -export const beta = 4401; +export const beta = 0; export const license = terms; export const version = terms.VERSION;