Skip to content

Commit ca93cf8

Browse files
authored
Update current version to 2.0.0.BETA3 (#675)
1 parent b7a11b2 commit ca93cf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
current-version: 2.0.0.BETA2
2+
current-version: 2.0.0.BETA3
33
next-version: "999-SNAPSHOT"

roq-frontmatter/runtime/src/main/java/io/quarkiverse/roq/frontmatter/runtime/RoqTemplateExtension.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ public static List<JsonObject> asJsonObjects(JsonArray jsonArray) {
162162
return o;
163163
} else {
164164
throw new RuntimeException(
165-
"asJsonObjects should only be called if all items are instance of JsonObject (not: %s)".formatted(item));
165+
"asJsonObjects should only be called if all items are instance of JsonObject (not: %s)"
166+
.formatted(item));
166167
}
167168
}).toList();
168169
}

0 commit comments

Comments
 (0)