mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
fix version handling
This commit is contained in:
@@ -28,7 +28,7 @@ router.get("/info", (req, res) => {
|
||||
name: vaultId,
|
||||
path: vaultPath,
|
||||
platform: process.platform,
|
||||
version: "0.1.0",
|
||||
version: config.obsidianVersion,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user