Skip to content

Commit

Permalink
tada: update to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
isuke committed Apr 26, 2019
1 parent 0028a8b commit d7f5c48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const genConfig = require('./gen-config')
const templateFileName = '.gitcommit_template'
const definitionsFileName = '.git_consistent'

const version = '0.9.7'
const version = '0.9.8'

//
// Functions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-consistent",
"version": "0.9.7",
"version": "0.9.8",
"description": "Give consistency to your project's git logs.",
"keywords": [
"git",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const test = require('ava')
const execSync = require('child_process').execSync
const path = require('path')

const version = '0.9.7'
const version = '0.9.8'

test('--version', (t) => {
const output = execSync(`${path.join(__dirname, '../lib/index.js')} --version`)
Expand Down

0 comments on commit d7f5c48

Please sign in to comment.