version.js 402 B

123456789101112131415
  1. export default {
  2. /**
  3. * The version pattern block.
  4. *
  5. * @public
  6. * @static
  7. * @type {number[]}
  8. * @memberof Version
  9. */
  10. BLOCK: [
  11. 0xc94, 0x5bc, 0xa99, 0x4d3, 0xbf6, 0x762, 0x847, 0x60d, 0x928, 0xb78, 0x45d, 0xa17, 0x532,
  12. 0x9a6, 0x683, 0x8c9, 0x7ec, 0xec4, 0x1e1, 0xfab, 0x08e, 0xc1a, 0x33f, 0xd75, 0x250, 0x9d5,
  13. 0x6f0, 0x8ba, 0x79f, 0xb0b, 0x42e, 0xa64, 0x541, 0xc69
  14. ]
  15. }