Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update version constant
Browse files Browse the repository at this point in the history
Set version back to be a minor release since the file system cache and the protocol are still backwards compatible.
  • Loading branch information
stephen-palmer authored Sep 30, 2017
1 parent 5c2c05f commit 2ad9b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const constants = {
VERSION: "6.0.0",
VERSION: "5.4.0",
PROTOCOL_VERSION: 254,
UINT32_SIZE: 8, // hex
UINT64_SIZE: 16, // hex
Expand All @@ -24,4 +24,4 @@ constants.SIZE_SIZE = constants.UINT64_SIZE;
constants.DEFAULT_LOG_LEVEL = constants.LOG_INFO;

Object.freeze(constants);
module.exports.Constants = constants;
module.exports.Constants = constants;

0 comments on commit 2ad9b67

Please sign in to comment.