Skip to content

Commit fde3a6b

Browse files
authored
Merge pull request #496 from jawkio/release/v6.4.01
Release v6.4.01 and prepare v6.5.00-SNAPSHOT
2 parents 7e98a2e + f3b4645 commit fde3a6b

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.4.01-SNAPSHOT</version>
12+
<version>6.5.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-13T19:32:38Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2026-06-03T10:27:54Z</project.build.outputTimestamp>
7878
<jmh.version>1.37</jmh.version>
7979
</properties>
8080

0 commit comments

Comments
 (0)