Skip to content

Commit 06a2f84

Browse files
Merge remote-tracking branch 'upstream/main'
2 parents 08fb63e + d4cec95 commit 06a2f84

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build-logic/convention/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
@SuppressWarnings("unused")
2525
object Versions {
2626
// Project versions
27-
private const val version = "0.24.0"
28-
const val versionCode = 89
27+
private const val version = "0.24.1"
28+
const val versionCode = 90
2929

3030
val versionName by lazy {
3131
if (CI.isCiBuild) {

oniguruma-native/src/main/cpp/binding.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
OnigErrorInfo lastOnigError;
1111

12-
class OnigCachedResult {
13-
public:
12+
struct OnigCachedResult {
1413
jlong cacheKey{};
1514
int lastSearchPosition{};
1615
OnigRegion *region{};

0 commit comments

Comments
 (0)