1 parent af19744 commit 3097b53Copy full SHA for 3097b53
1 file changed
data/announcement.ts
@@ -1,7 +1,7 @@
1
export const homeAnnouncement = {
2
enabled: true,
3
badge: 'New',
4
- message: 'RustFS 1.0.0-rc.1 is now available.',
5
- linkText: 'Explore the release',
6
- href: 'https://github.com/rustfs/rustfs/releases/tag/1.0.0-rc.1',
+ message: 'RustFS 1.0.0 is general availability now! Please',
+ linkText: 'upgrade and try',
+ href: '/download',
7
} as const
0 commit comments