Skip to content

Commit 3c32a41

Browse files
committed
Updated version to 0.3.19 and made minor formatting changes to commit message.: Co-authored-by: MindFlow <mf@mindflo.ai>
1 parent 643639e commit 3c32a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mindflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.18"
1+
__version__ = "0.3.19"

mindflow/core/git/commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_commit(
3131
return response.commit_message
3232

3333
# add co-authorship to commit message
34-
response += "\n\nCo-authored-by: MindFlow <mf@mindflo.ai>"
34+
response += ": Co-authored-by: MindFlow <mf@mindflo.ai>"
3535
else:
3636
response = message_overwrite
3737

0 commit comments

Comments
 (0)