Skip to content

Commit 6aad954

Browse files
committed
Updated version
1 parent a3b8c98 commit 6aad954

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'org.jamplate'
6-
version '0.2.2'
6+
version '0.2.3'
77

88
repositories {
99
mavenCentral()

src/main/java/org/jamplate/impl/Jamplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public static boolean execute(@NotNull Environment environment, @Nullable Compil
472472
);
473473
memory.set(
474474
Address.JAMPLATE,
475-
s -> "0.2.2"
475+
s -> "0.2.3"
476476
);
477477
//noinspection UseOfObsoleteDateTimeApi
478478
memory.set(

0 commit comments

Comments
 (0)