diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e22848..eb37889d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ # Change Log -## v2.0.0-pre.1 (2024-01-15) +## v2.0.0.pre1 (2024-01-15) -[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0-pre.1) +[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1) Changes since v1.19.1: diff --git a/lib/git/version.rb b/lib/git/version.rb index 9673e4b2..120657f0 100644 --- a/lib/git/version.rb +++ b/lib/git/version.rb @@ -1,5 +1,5 @@ module Git # The current gem version # @return [String] the current gem version. - VERSION='2.0.0-pre.1' + VERSION='2.0.0.pre1' end