We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08fb63e + d4cec95 commit 06a2f84Copy full SHA for 06a2f84
build-logic/convention/src/main/kotlin/Versions.kt
@@ -24,8 +24,8 @@
24
@SuppressWarnings("unused")
25
object Versions {
26
// Project versions
27
- private const val version = "0.24.0"
28
- const val versionCode = 89
+ private const val version = "0.24.1"
+ const val versionCode = 90
29
30
val versionName by lazy {
31
if (CI.isCiBuild) {
oniguruma-native/src/main/cpp/binding.cpp
@@ -9,8 +9,7 @@
9
10
OnigErrorInfo lastOnigError;
11
12
-class OnigCachedResult {
13
-public:
+struct OnigCachedResult {
14
jlong cacheKey{};
15
int lastSearchPosition{};
16
OnigRegion *region{};
0 commit comments