We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba337 commit 4ac935fCopy full SHA for 4ac935f
lib/document.js
@@ -508,7 +508,8 @@
508
type: this.constructor.getDocumentType(),
509
refresh: refresh,
510
id: this.id,
511
- version: this.version,
+ version: this.version + 1,
512
+ versionType: 'external',
513
body: document
514
}, (function(_this) {
515
return function(error, response) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "enju",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "An elasticsearch on node.js written in CoffeeScript.",
5
"main": "index.js",
6
"scripts": {
0 commit comments