Skip to content

Commit

Permalink
Release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Feb 3, 2024
1 parent 1d1c412 commit 3a8c046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ func setINIValue(content *[]byte, key, value string, addQuotes bool) {
// Update the content slice in place
*content = append((*content)[:start], append([]byte(value), (*content)[end:]...)...)
}

0 comments on commit 3a8c046

Please sign in to comment.