Skip to content

Commit b88eb33

Browse files
committed
Fix typo.. version string.
1 parent 259194e commit b88eb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-parallel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ git::parallel::color() {
135135
}
136136

137137
git::parallel::version() {
138-
echo "git-parallel v1.0.0"
138+
echo "git-parallel v1.0.1"
139139
}
140140

141141
git::parallel::freeze() {

0 commit comments

Comments
 (0)