Skip to content

Commit

Permalink
bump: Bump to v0.2.7 (#69)
Browse files Browse the repository at this point in the history
* bump: Bump to v0.2.7
  • Loading branch information
limakzi authored Aug 28, 2024
1 parent 37fb97d commit bd8cf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: pkg -- build an archive
run: |
tar -czvf ${{ env.archive-file }} .
touch ${{ env.archive-file }}
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} .
- name: github -- upload artifacts
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Subtitle := "A fork of smallgrp package for small antiassociative magmas",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "0.2.6",
Version := "0.2.7",

## Release date of the current version in dd/mm/yyyy format.
Date := "28/08/2024",
Expand Down

0 comments on commit bd8cf2b

Please sign in to comment.