Skip to content

Commit 66e2306

Browse files
committed
Release 4.0.0
1 parent 4ba9098 commit 66e2306

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Read `release_notes.md` for commit level details.
44

55
## [Unreleased]
66

7+
### Enhancements
8+
9+
### Bug fixes
10+
11+
### Deprecations
12+
13+
## [4.0.0] - 2020-12-19
14+
715
Supported Ruby version is 2.4+
816

917
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '3.11.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2020-11-20' unless defined? ::Appium::Core::DATE
17+
VERSION = '4.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2020-12-19' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)