Bump to 1.0.0 final

This commit is contained in:
Peter Solnica 2022-11-04 13:54:17 +01:00
parent 53c8f2ef57
commit 74f49e6df3
No known key found for this signature in database
GPG Key ID: 4B177344822BD3BB
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
module Dry
module Configurable
# @api public
VERSION = "1.0.0.rc1"
VERSION = "1.0.0"
end
end