Skip to content

bump version to 0.1.0 #3684

bump version to 0.1.0

bump version to 0.1.0 #3684

Workflow file for this run

name: "Next feature version"
on:
pull_request:
push:
branches:
- master
schedule:
- cron: "0 3 * * *" # Every day at 3am UTC.
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
version: "ci"