Skip to content

Commit f85c0ea

Browse files
committed
typo fix 'version' -> 'newVersion'
1 parent 2fffadb commit f85c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func applyVersionToUWPXML(data []byte, newVersion string) []byte {
7171

7272
// edit Version attr
7373
acmt, err := mxj.Map(vmap).ValueForPath("#attr.Version.#text")
74-
acmt = buildUWPVersion(version)
74+
acmt = buildUWPVersion(newVersion)
7575
mxj.Map(vmap).SetValueForPath(acmt, "#attr.Version.#text")
7676
err = m.SetValueForPath(vmap, "Package.Identity")
7777
check(err)

0 commit comments

Comments
 (0)