Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schreifels committed Feb 19, 2024
1 parent 613441d commit 9572f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pre-release
# 4.0.2

- Updated `git status` parsing to support bold colors
- Updated `git status` parsing to support colored tab characters (see issue #7)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
. "github.com/schreifels/git-num/v4/lib"
)

const Version = "master (post-4.0.1)"
const Version = "4.0.2"

func PrintUsage() {
fmt.Println(`NAME:
Expand Down

0 comments on commit 9572f76

Please sign in to comment.