Skip to content
Snippets Groups Projects
version.ts 252 B
Newer Older
David Sehnal's avatar
David Sehnal committed
/**
 * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */

export const PLUGIN_VERSION = '0.5.0';
export const PLUGIN_VERSION_DATE = '$PLUGIN_VERSION_DATE$';