chore(release): 4.1.0-dev.2 [skip ci]

# [4.1.0-dev.2](https://github.com/ReVanced/revanced-cli/compare/v4.1.0-dev.1...v4.1.0-dev.2) (2023-11-03)

### Features

* Include or exclude patches by their index in relation to supplied patch bundles ([b2055ce](b2055ce07d))

### Performance Improvements

* Use a `HashSet` to check for included and excluded patches ([616d14f](616d14f009))
This commit is contained in:
semantic-release-bot
2023-11-03 01:04:32 +00:00
parent 616d14f009
commit 799882e6a6
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 4.1.0-dev.1
version = 4.1.0-dev.2