mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
import { Version } from '@fuse/version/version';
|
|
|
|
const __FUSE_VERSION__ = '12.3.0';
|
|
export const FUSE_VERSION = new Version(__FUSE_VERSION__).full;
|