Skip to content

Commit

Permalink
Bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Apr 8, 2022
1 parent f50a2b3 commit 4d110e4
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 @@ -77,6 +77,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
push: ${{ github.ref == 'refs/heads/master' }}
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion lambda-dti.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1"
version: "2.2"
synopsis: "Interpreter of the ITGL with dynamic type inference"
maintainer: "[email protected]"
authors: ["Yusuke Miyazaki <[email protected]>"]
Expand Down

0 comments on commit 4d110e4

Please sign in to comment.