Skip to content

Commit

Permalink
Prepare to release v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 6, 2020
1 parent 0d3c09c commit 42f2c72
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.18 - 2020-06-05
### Tests
- Stub `ConfigFileOptions#config_file_exists?` to return `false` in tests

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.17)
fcom (0.2.18)
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.17'
VERSION = '0.2.18'
end

0 comments on commit 42f2c72

Please sign in to comment.