Skip to content

Commit 3097b53

Browse files
authored
feat: update homepage announcement for RustFS 1.0.0 GA (#112)
1 parent af19744 commit 3097b53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/announcement.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const homeAnnouncement = {
22
enabled: true,
33
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',
4+
message: 'RustFS 1.0.0 is general availability now! Please',
5+
linkText: 'upgrade and try',
6+
href: '/download',
77
} as const

0 commit comments

Comments
 (0)