Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Bump to 0.2.4 (#83)
Browse files Browse the repository at this point in the history
* Bump to 0.2.4

* Use the version
  • Loading branch information
thomasrockhu committed Aug 6, 2020
1 parent c0db3b2 commit cbdca2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### `0.2.4`
- Adds support for GitHub Actions CI

### `0.2.3`
- Support uploads for jruby 9.1 and 9.2

Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Version
LATEST = '0.2.3'
LATEST = '0.2.4'
end

0 comments on commit cbdca2a

Please sign in to comment.