Skip to content

Commit 7500b06

Browse files
committed
Fixed version.
1 parent e76a78e commit 7500b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nosql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var fs = require('fs');
1111
var path = require('path');
1212
var events = require('events');
1313

14-
var VERSION = 'v3.1.0';
14+
var VERSION = 'v3.1.2';
1515
var STATUS_UNKNOWN = 0;
1616
var STATUS_READING = 1;
1717
var STATUS_WRITING = 2;

0 commit comments

Comments
 (0)