Skip to content

Commit

Permalink
Prepare to release v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 5, 2020
1 parent 59d3895 commit 6d921d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.2.17 - 2020-06-05
### Fixed
- Print warning about missing `.fcom.yml` config file before executing querier

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
fcom (0.2.16)
fcom (0.2.17)
activesupport (~> 6.0)
colorize (~> 0.8)
memoist (~> 0.16)
Expand Down
2 changes: 1 addition & 1 deletion lib/fcom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Fcom
VERSION = '0.2.16'
VERSION = '0.2.17'
end

0 comments on commit 6d921d2

Please sign in to comment.