Skip to content

Commit

Permalink
bump dev version to 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Nov 7, 2024
1 parent 6774b20 commit edbae1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PRs reviews reminder
on:
schedule:
- cron: "0 8 * * 1-5"
- cron: '58 9 * * 1-5'
- cron: '55 9 * * 1-5'
workflow_dispatch:

jobs:
Expand All @@ -17,9 +17,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
freeze-date: '2024-11-04T18:00:00Z'
freeze-date: '2024-12-02T18:00:00Z'
- name: Reminder for standup
if: github.event.schedule == '58 9 * * 1-5'
if: github.event.schedule == '55 9 * * 1-5'
uses: Aniket-Engg/pr-reviews-reminder-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-project",
"version": "0.57.0-dev",
"version": "0.58.0-dev",
"license": "MIT",
"description": "Ethereum Remix Monorepo",
"main": "index.js",
Expand Down

0 comments on commit edbae1c

Please sign in to comment.