Release 0.6.0
Some checks failed
Test, Build, and Release / test (push) Successful in 1m54s
Test, Build, and Release / build (push) Has been cancelled

This commit is contained in:
James Eversole 2025-01-23 16:30:35 -06:00
parent 9fd8a85af9
commit 92a3b95935
2 changed files with 7 additions and 7 deletions

View File

@ -78,9 +78,9 @@ jobs:
with:
go-version: '>=1.20.1'
- name: Release binary
uses: https://gitea.com/actions/release-action@main
with:
files: |-
./result/bin/tricu
api_key: '${{ secrets.RELEASE_TOKEN }}'
- name: Release binary
uses: https://gitea.com/actions/release-action@main
with:
files: |-
./result/bin/tricu
api_key: '${{ secrets.RELEASE_TOKEN }}'

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: tricu
version: 0.6.0
version: 0.7.0
description: A micro-language for exploring Tree Calculus
author: James Eversole
maintainer: james@eversole.co