Skip to content

Commit

Permalink
Bump to 0.2.3 for better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 24, 2023
1 parent cfddf11 commit cd7ff59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: "0 0,12 * * *"
env:
refinedSitesVersion: 0.2.2
refinedSitesVersion: 0.2.3
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build-local.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
refinedSitesVersion="0.2.2"
refinedSitesVersion="0.2.3"

if [ ! -f "refinedsites-$refinedSitesVersion-all.jar" ]; then
echo "downloading Refined Sites $refinedSitesVersion"
Expand Down

0 comments on commit cd7ff59

Please sign in to comment.