Skip to content

Commit 80f762e

Browse files
authored
escape strings in version sub pattern (#462)
1 parent b665ca4 commit 80f762e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.shiprc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"README.md": [],
4-
"build.gradle": ['version = "{MAJOR}.{MINOR}.{PATCH}"']
4+
"build.gradle": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
55
},
66
"prefixVersion": false
77
}

0 commit comments

Comments
 (0)