Skip to content

Commit

Permalink
Merge pull request #19 from libplctag/prerelease
Browse files Browse the repository at this point in the history
Update to use C DLL version 2.4.10 to pick up heap corruption fixes
  • Loading branch information
kyle-github committed Jan 9, 2022
2 parents bbdddfb + e36227d commit 559f227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Build Release JAR
run: gradle -b build-jar.gradle clean shadowJar
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libplctag4jProjectVersion=0.9.14
libplctagProjectVersion=2.4.9
libplctag4jProjectVersion=0.9.15
libplctagProjectVersion=2.4.10

# constant project values
projectName=libplctag4j
Expand Down

0 comments on commit 559f227

Please sign in to comment.