Skip to content

Commit f583cb4

Browse files
authored
docs: correct asdf version listed on documentation website (#1960)
1 parent 01688cb commit f583cb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vitepress/navbars.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from "fs";
33
import process from "process";
44

55
export const getVersion = () => {
6-
const versionFilepath = path.join(__dirname, "../../version.txt");
6+
const versionFilepath = path.join(__dirname, "../version.txt");
77
try {
88
const version = fs.readFileSync(versionFilepath, "utf8").trim();
99
console.log(`Found version ${version} from ${versionFilepath}`);

docs/version.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.16.2

0 commit comments

Comments
 (0)