File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const genConfig = require('./gen-config')
1414const templateFileName = '.gitcommit_template'
1515const definitionsFileName = '.git_consistent'
1616
17- const version = '0.9.7 '
17+ const version = '0.9.8 '
1818
1919//
2020// Functions
Original file line number Diff line number Diff line change 11{
22 "name" : " git-consistent" ,
3- "version" : " 0.9.7 " ,
3+ "version" : " 0.9.8 " ,
44 "description" : " Give consistency to your project's git logs." ,
55 "keywords" : [
66 " git" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const test = require('ava')
22const execSync = require ( 'child_process' ) . execSync
33const path = require ( 'path' )
44
5- const version = '0.9.7 '
5+ const version = '0.9.8 '
66
77test ( '--version' , ( t ) => {
88 const output = execSync ( `${ path . join ( __dirname , '../lib/index.js' ) } --version` )
You can’t perform that action at this time.
0 commit comments