Skip to content

Commit 1b5c56b

Browse files
authored
Revert "Release v2.0.0-pre.1"
This reverts commit d08a594.
1 parent e1d0fc7 commit 1b5c56b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55

66
# Change Log
77

8-
## v2.0.0-pre.1 (2024-01-15)
9-
10-
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0-pre.1)
11-
12-
Changes since v1.19.1:
13-
14-
* 7585c39 Change how the git CLI subprocess is executed (#684)
15-
* f93e042 Update instructions for releasing a new version of the git gem (#686)
16-
* f48930d Update minimum required version of Ruby and Git (#685)
17-
188
## v1.19.1 (2024-01-13)
199

2010
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.0..v1.19.1)

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='1.19.1'
55
end

0 commit comments

Comments
 (0)