VENDURE_VERSION
VENDURE_VERSION
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);