Skip to content

Commit

Permalink
Add placeholder statement to Solhint grammar #10
Browse files Browse the repository at this point in the history
  • Loading branch information
idrabenia committed Nov 9, 2017
1 parent 7ead168 commit f189fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solhint",
"version": "1.1.7",
"version": "1.1.8",
"description": "Solidity Code Linter",
"main": "solhint.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion solhint.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const process = require('process');

function init () {
program
.version('1.1.7');
.version('1.1.8');

program
.usage('[options] <file> [...other_files]')
Expand Down

0 comments on commit f189fca

Please sign in to comment.