Skip to content

Commit f984b77

Browse files
committed
Release v2.0.0.pre1
1 parent 2ba78e0 commit f984b77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
# Change Log
77

8-
## v2.0.0-pre.1 (2024-01-15)
8+
## v2.0.0.pre1 (2024-01-15)
99

10-
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0-pre.1)
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1)
1111

1212
Changes since v1.19.1:
1313

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='2.0.0-pre.1'
4+
VERSION='2.0.0.pre1'
55
end

0 commit comments

Comments
 (0)