Skip to content

Commit d7f5c48

Browse files
committed
tada: update to v0.9.8
1 parent 0028a8b commit d7f5c48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const genConfig = require('./gen-config')
1414
const templateFileName = '.gitcommit_template'
1515
const definitionsFileName = '.git_consistent'
1616

17-
const version = '0.9.7'
17+
const version = '0.9.8'
1818

1919
//
2020
// Functions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const test = require('ava')
22
const execSync = require('child_process').execSync
33
const path = require('path')
44

5-
const version = '0.9.7'
5+
const version = '0.9.8'
66

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

0 commit comments

Comments
 (0)