Skip to content

Commit 3772b4c

Browse files
authored
Merge pull request #472 from jawkio/release/v6.3.00
Release v6.3.00 and prepare v6.4.00-SNAPSHOT
2 parents 80206b7 + 340ac7b commit 3772b4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

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

1010
<groupId>io.jawk</groupId>
1111
<artifactId>jawk</artifactId>
12-
<version>6.3.00-SNAPSHOT</version>
12+
<version>6.4.00-SNAPSHOT</version>
1313

1414
<name>Jawk</name>
1515
<description>Java AWK interpreter, allowing Java to call and execute AWK scripts in the JVM.</description>
@@ -74,7 +74,7 @@
7474

7575
<!-- Reproducible Build -->
7676
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
77-
<project.build.outputTimestamp>2026-05-05T09:14:11Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2026-05-07T07:56:38Z</project.build.outputTimestamp>
7878
</properties>
7979

8080
<dependencies>

0 commit comments

Comments
 (0)