diff --git a/docusaurus.config.js b/docusaurus.config.js
index 47ae6252a..caeb35645 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -74,7 +74,7 @@ const config = {
lastVersion: "current",
versions: {
current: {
- label: "1.0.0-beta",
+ label: "1.0.0",
},
"0.x": {
label: "0.15",
@@ -239,7 +239,7 @@ const config = {
},
announcementBar: {
id: "announcementBar-2", // Increment on change
- content: `🎉 Farm is now in 1.0.0-beta. If you like Farm, give it a ⭐️ on GitHub`,
+ content: `🎉 Farm is now in 1.0.0 stable and production ready. If you like Farm, give it a ⭐️ on GitHub`,
},
prism: {
theme: prismThemes.nightOwlLight,