Skip to content

Commit

Permalink
⬆️ version
Browse files Browse the repository at this point in the history
  • Loading branch information
internalfx committed Mar 19, 2015
1 parent 039d699 commit aaf5f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/thinker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
_ = require('lodash')
VERSION = "0.3.1"
VERSION = "0.4.0"
main = require("../main");
argv = require('minimist')(process.argv.slice(2));
main.run(argv);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thinker",
"description": "A RethinkDB management tool",
"version": "0.3.1",
"version": "0.4.0",
"homepage": "https://github.com/internalfx/thinker",
"author": {
"name": "InternalFX",
Expand Down

0 comments on commit aaf5f0f

Please sign in to comment.