/**
 * SHAAM format constants
 */

/**
 * SHAAM specification version identifier
 * Used in fields 1104 (A100) and 1154 (Z900)
 */
export const SHAAM_VERSION = '&OF1.31&';
