blob: 8259c69fdf731e3d917d881cf2f480c60fe8830a [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/**
* @private
* @fileoverview Definition of constants for VOM versions.
*/
module.exports = {
version80: 0x80,
version81: 0x81,
defaultVersion: 0x81,
allowedVersions: [0x80, 0x81]
};