Skip to content

Commit

Permalink
MANTA-4387 update Moray to use artedi v2 fixed buckets histograms (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalfella authored Jan 11, 2020
1 parent f683163 commit 3942f2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

#
# Copyright 2019 Joyent, Inc.
# Copyright 2020 Joyent, Inc.
#

#
Expand Down
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*
* Copyright 2019 Joyent, Inc.
* Copyright 2020 Joyent, Inc.
*/

var util = require('util');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "moray-server",
"description": "SmartDataCenter H/A Key/Value store",
"version": "2.3.0",
"version": "2.3.1",
"author": "Joyent (joyent.com)",
"private": true,
"main": "lib/index.js",
"dependencies": {
"ajv": "4.11.4",
"artedi": "1.3.0",
"artedi": "2.0.0",
"assert-plus": "1.0.0",
"bunyan": "1.8.10",
"bunyan-syslog": "~0.3.2",
Expand Down

0 comments on commit 3942f2a

Please sign in to comment.