Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
ci: Set crystal version to 1.3. 1.4
  • Loading branch information
kojix2 committed Apr 15, 2022
1 parent 86c31e5 commit 7b09018
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 @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu', 'macos' ]
crystal: [ '1.2', '1.3' ]
crystal: [ '1.3', '1.4' ]
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
Expand Down
2 changes: 1 addition & 1 deletion src/hts/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTS
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 7b09018

Please sign in to comment.