Skip to content

Commit

Permalink
Change version bump to only be minor instead of major
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Apr 17, 2024
1 parent bdc29c1 commit b53522d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v2.0.0
# v1.3.0

- Add support for Ruby 3.2, 3.3 and Rails 7.1
- Drop support for EOL Ruby 2.6, 2.7 and Rails 6.0
Expand Down
2 changes: 1 addition & 1 deletion lib/anony/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Anony
VERSION = "2.0.0"
VERSION = "1.3.0"
end

0 comments on commit b53522d

Please sign in to comment.