VENDURE_VERSION

VENDURE_VERSION

Package: @vendure/core File: version.ts
v2.0.0

A constant which holds the current version of the Vendure core. You can use this when your code needs to know the version of Vendure which is running.

Example

import { VENDURE_VERSION } from '@vendure/core';

console.log('Vendure version:', VENDURE_VERSION);