Skip to content
Snippets Groups Projects
Commit e51aebc8 authored by yisding's avatar yisding Committed by GitHub
Browse files

Merge pull request #180 from run-llama/fix/create-llama-version

fix: use llamaindex version and not create-llama version
parents c6a2cb50 928e5265
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import fs from "fs/promises";
import os from "os";
import path from "path";
import { bold, cyan } from "picocolors";
import { version } from "../package.json";
import { version } from "../../core/package.json";
import { PackageManager } from "../helpers/get-pkg-manager";
import {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment