Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 8a2380f

Browse files
committed
release: 0.19.0
Signed-off-by: Fionn Kelleher <[email protected]>
1 parent e1894d6 commit 8a2380f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs",
33
"license": "Apache-2.0",
44
"type": "module",
5-
"version": "0.19.0",
5+
"version": "0.20.0",
66
"scripts": {
77
"dev": "astro dev --host",
88
"start": "yarn run dev",

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ThemeSelect from './ThemeSelect.astro'
1717
</p>
1818
<p>
1919
<Fragment set:html={textArrowIcon} />Latest project updates? - <a
20-
href="https://github.com/daytonaio/daytona/releases/tag/v0.19.0"
20+
href="https://github.com/daytonaio/daytona/releases/tag/v0.20.0"
2121
>View Changelog</a
2222
>
2323
</p>

0 commit comments

Comments
 (0)