Skip to content

Commit

Permalink
1.3.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Prelle committed Nov 2, 2023
1 parent f91be5c commit 29baa24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
env:
LANG: "enEN.UTF-8"
LANG: "en_EN.UTF-8"

jobs:
compile-linux-native:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<mainClass>${mainClassName}</mainClass>
<options>
<option>-agentlib:native-image-agent=config-merge-dir=src/main/resources/META-INF/native-image</option>
<option>-Dproject.version=1.3.0</option>
<option>-Dproject.version=1.3.1</option>
</options>
</configuration>
</plugin>
Expand Down

0 comments on commit 29baa24

Please sign in to comment.