Skip to content

Commit 34b68e5

Browse files
authored
Bump version to 5.3.0 (#384)
1 parent 17223b2 commit 34b68e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stoplight (5.2.0)
4+
stoplight (5.3.0)
55
zeitwerk
66

77
GEM

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ You can expect to receive security fixes for the latest minor version only.
66

77
| Version | Supported |
88
|---------| ------------------ |
9-
| 5.2.x | :white_check_mark: |
10-
| < 5.2 | :x: |
9+
| 5.3.x | :white_check_mark: |
10+
| < 5.3 | :x: |
1111

1212
## Reporting a Vulnerability
1313

lib/stoplight/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stoplight
4-
VERSION = Gem::Version.new("5.2.0")
4+
VERSION = Gem::Version.new("5.3.0")
55
end

0 commit comments

Comments
 (0)