Skip to content

Commit

Permalink
docs: correct asdf version listed on documentation website (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Feb 15, 2025
1 parent 01688cb commit f583cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/navbars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from "fs";
import process from "process";

export const getVersion = () => {
const versionFilepath = path.join(__dirname, "../../version.txt");
const versionFilepath = path.join(__dirname, "../version.txt");
try {
const version = fs.readFileSync(versionFilepath, "utf8").trim();
console.log(`Found version ${version} from ${versionFilepath}`);
Expand Down
1 change: 1 addition & 0 deletions docs/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.16.2

0 comments on commit f583cb4

Please sign in to comment.