We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ec0f3 + 5296536 commit 7590b48Copy full SHA for 7590b48
1 file changed
tko.io/src/content/docs/index.mdx
@@ -4,8 +4,9 @@ description: Modern Knockout — reactive data binding and UI templating with ze
4
---
5
6
import { Tabs, TabItem } from '@astrojs/starlight/components';
7
+import pkg from '../../../../builds/knockout/package.json';
8
-<a class="landing-version" href="https://github.com/knockout/tko/releases">TKO v4.0.1 is here →</a>
9
+<a class="landing-version" href="https://github.com/knockout/tko/releases">TKO v{pkg.version} is here →</a>
10
11
<div class="landing-hero">
12
<h2>TKO</h2>
0 commit comments