Skip to content

Commit dd8ddf1

Browse files
authored
Merge pull request #105 from legendu-net/dev
Merge dev into main
2 parents 1a7f297 + eb66413 commit dd8ddf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Update icon.
1010
func version(cmd *cobra.Command, args []string) {
11-
fmt.Println("0.23.5")
11+
fmt.Println("0.23.6")
1212
}
1313

1414
var versionCmd = &cobra.Command{

utils/data/git/gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[user]
22
[core]
3-
editor = vim
3+
editor = nvim
44
pager = delta
55
excludesfile = ~/.gitignore
66
fileMode = true

0 commit comments

Comments
 (0)