Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jun 18, 2023
1 parent 8682a16 commit a6551e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Read `release_notes.md` for commit level details.

### Deprecations

## [7.0.0] - 2023-06-17

### Deprecations

- Drop Ruby 2.7 support

## [6.5.0] - 2023-06-11

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib_core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module Appium
module Core
VERSION = '6.5.0' unless defined? ::Appium::Core::VERSION
DATE = '2023-06-11' unless defined? ::Appium::Core::DATE
VERSION = '7.0.0' unless defined? ::Appium::Core::VERSION
DATE = '2023-06-17' unless defined? ::Appium::Core::DATE
end
end

0 comments on commit a6551e6

Please sign in to comment.