"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VOLUME_SERVER_HEADER = exports.VOLUME_SERVER_VERSION = void 0;
exports.VOLUME_SERVER_VERSION = '0.9.7';
exports.VOLUME_SERVER_HEADER = `VolumeServer ${exports.VOLUME_SERVER_VERSION}, (c) 2018-2025, Mol* contributors`;