fcoin/lib/pkg.js
Christopher Jeffrey 6d477b7588
v1.0.0-beta.9
2017-03-05 18:39:33 -08:00

22 lines
345 B
JavaScript

/*!
* pkg.js - package constants
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
/**
* Current version string.
* @const {String}
*/
exports.version = 'v1.0.0-beta.9';
/**
* Repository URL.
* @const {String}
*/
exports.url = 'https://github.com/bcoin-org/bcoin';