Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Nov 30, 2024
1 parent 5902d72 commit 15e3bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Older Rails versions:

In Gemfile
```ruby
gem 'validates_timeliness', '~> 7.0.0.beta1'
gem 'validates_timeliness', '~> 7.0.0'
```

Run bundler:
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_timeliness/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '7.0.0.beta2'
VERSION = '7.0.0'
end

0 comments on commit 15e3bd8

Please sign in to comment.