Skip to content

Commit

Permalink
bump to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
zokioki committed May 21, 2020
1 parent 8436e30 commit 419d5ef
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
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.13.4.zpesic] - 2020-05-19
## [0.13.4] - 2020-05-20
### Changed
- Compatibility with Rails 6

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
es-elasticity (0.13.4.zpesic)
es-elasticity (0.13.4)
activemodel (>= 4.0.0, < 7)
activerecord (>= 4.0.0, < 7)
activesupport (>= 4.0.0, < 7)
Expand Down
2 changes: 1 addition & 1 deletion lib/elasticity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticity
VERSION = "0.13.4.zpesic"
VERSION = "0.13.4"
end

0 comments on commit 419d5ef

Please sign in to comment.