Skip to content

Commit

Permalink
docs: Updated CHANGELOG and website before release
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Apr 17, 2024
1 parent 47a41c4 commit 6cf762c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
</dependency>

I assume we have a logformat variable that looks something like this:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ So using it in a Java based project is as simple as adding this to your dependen
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
</dependency>

Building
Expand Down

0 comments on commit 6cf762c

Please sign in to comment.