Skip to content

Commit

Permalink
Bump version (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov authored Aug 20, 2023
1 parent 7610c08 commit 717936c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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:
stoplight (4.0.0)
stoplight (4.1.0)
redlock (~> 1.0)

GEM
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
You can expect to receive security fixes for the latest minor version only.

| Version | Supported |
| ------- | ------------------ |
| 3.0.x | :white_check_mark: |
| < 3.0 | :x: |
|---------| ------------------ |
| 4.1.x | :white_check_mark: |
| < 4.1 | :x: |

## Reporting a Vulnerability

Follow the [Privately reporting a security vulnerability] guide to report a volnerability.
Follow the [Privately reporting a security vulnerability] guide to report a vulnerability.

[Privately reporting a security vulnerability]: https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability
2 changes: 1 addition & 1 deletion lib/stoplight/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stoplight
VERSION = Gem::Version.new('4.0.0')
VERSION = Gem::Version.new('4.1.0')
end

0 comments on commit 717936c

Please sign in to comment.