diff options
Diffstat (limited to 'components/shared')
| -rw-r--r-- | components/shared/changelogs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/changelogs.tsx b/components/shared/changelogs.tsx index 208b1ff..2a8a843 100644 --- a/components/shared/changelogs.tsx +++ b/components/shared/changelogs.tsx @@ -8,7 +8,7 @@ const web = { const logs = [ { - version: "v4.3.1", + version: "v4.4.0", pre: false, notes: null, highlights: true, |