diff --git a/packages/pic/postinstall.mjs b/packages/pic/postinstall.mjs index 8cd6e39..ac7729f 100644 --- a/packages/pic/postinstall.mjs +++ b/packages/pic/postinstall.mjs @@ -9,7 +9,7 @@ const __dirname = dirname(__filename); const IS_LINUX = process.platform === 'linux'; const PLATFORM = IS_LINUX ? 'x86_64-linux' : 'x86_64-darwin'; -const VERSION = '11.0.0'; +const VERSION = '12.0.0'; const DOWNLOAD_PATH = `https://github.com/dfinity/pocketic/releases/download/${VERSION}/pocket-ic-${PLATFORM}.gz`; const TARGET_PATH = resolve(__dirname, 'pocket-ic');