Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 9, 2021
1 parent 7429373 commit fa0989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
version.NewVersion("1.0.1")
}

var unmarshalBuildGradle = func(content []byte) error {
var UnmarshalBuildGradle = func(content []byte) error {
regex, _ := regexp.Compile(`versionName "([^\t\n\f\r]+)"`)
res := regex.FindStringSubmatch(string(content))
if len(res) == 0 {
Expand Down

0 comments on commit fa0989e

Please sign in to comment.