Skip to content

Commit 9cc7aad

Browse files
Update Groot component to version 1.9.0
1 parent 5537cec commit 9cc7aad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/groot.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function FaqItem({ question, answer, isOpen, onClick }) {
135135
);
136136
}
137137

138-
const CURRENT_VERSION = "1.8.1";
138+
const CURRENT_VERSION = "1.9.0";
139139

140140
// Track download event
141141
const trackDownload = async (file, platform) => {
@@ -302,7 +302,7 @@ export default function Groot() {
302302
<div className={styles.downloadInner}>
303303
<div className={styles.downloadHeader}>
304304
<h2 className={styles.downloadTitle}>Download</h2>
305-
<p className={styles.downloadVersion}>Latest release: {CURRENT_VERSION} (2026-01-19)</p>
305+
<p className={styles.downloadVersion}>Latest release: {CURRENT_VERSION} (2026-02-14)</p>
306306
</div>
307307

308308
<div className={styles.downloadGrid}>
@@ -406,3 +406,4 @@ export default function Groot() {
406406

407407

408408

409+

0 commit comments

Comments
 (0)