diff --git a/git-replay b/git-replay index 5f5e86f..1965671 100755 --- a/git-replay +++ b/git-replay @@ -1011,7 +1011,7 @@ fi readonly SOURCE_PATH=${0:A:h} readonly BACKUP_PREFIX="git-replay" -readonly VERSION=2.3.0 +readonly VERSION=3.0.0-beta.2 mkdir -p ${TMPDIR:-/tmp/}git-replay diff --git a/man/git-replay.txt b/man/git-replay.txt index f46a022..b9e3371 100644 --- a/man/git-replay.txt +++ b/man/git-replay.txt @@ -291,4 +291,4 @@ AUTHORS -git-replay 2.3.0 February 28 2021 GIT-REPLAY(1) +git-replay 3.0.0-beta.2 February 28 2021 GIT-REPLAY(1) diff --git a/man/man1/git-replay.1 b/man/man1/git-replay.1 index e81219f..db38be3 100644 --- a/man/man1/git-replay.1 +++ b/man/man1/git-replay.1 @@ -1,4 +1,4 @@ -.TH "GIT-REPLAY" 1 "February 28 2021" "git-replay 2.3.0" "User Commands" +.TH "GIT-REPLAY" 1 "February 28 2021" "git-replay 3.0.0-beta.2" "User Commands" .SH NAME git-replay \- automate Git rebases and stage creation .SH SYNOPSIS