Skip to content

Commit f5dc0c9

Browse files
committed
Bump up version (6.2.0).
1 parent 7488c3b commit f5dc0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 6.2.0
44

55
- Add `Browser::Base#epiphany?`.
66
- Don't ever match linux-based browsers as Safari.

lib/browser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Browser
4-
VERSION = "6.1.0"
4+
VERSION = "6.2.0"
55
end

0 commit comments

Comments
 (0)