Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 2436553

Browse files
committed
Bump version to v0.1.4
1 parent 6ec47a0 commit 2436553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

committer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
)
99

10-
const VERSION = "0.1.3"
10+
const VERSION = "0.1.4"
1111

1212
func main() {
1313
version := flag.Bool("version", false, "Display version")

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22

3-
VERSION="0.1.3"
3+
VERSION="0.1.4"
44
GIT_PRE_COMMIT_HOOK=".git/hooks/pre-commit"
55
COMMITTER_YML="committer.yml"
66
COMMITTER_LOCATION="/usr/local/bin/committer"

0 commit comments

Comments
 (0)