Skip to content

Commit

Permalink
replace_version.shの修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-gillingham committed Sep 15, 2022
1 parent 87ef152 commit d49eed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/replace_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
NEXT_VERSION=412
PARTIAL_PREVIOUS_VERSION=
PARTIAL_CURRENT_VERSION=
PARTIAL_NEXT_VERSION=p1
PARTIAL_NEXT_VERSION=

OVERRIDE_CURRENT_FROM=411
OVERRIDE_CURRENT_TO=412
OVERRIDE_CURRENT_FROM_STR=4.1.1
OVERRIDE_CURRENT_TO_STR=4.1.2ss
OVERRIDE_CURRENT_TO_STR=4.1.2-p1

NEXT_FROM=$((NEXT_VERSION - 1))
NEXT_TO=$NEXT_VERSION
Expand Down

0 comments on commit d49eed8

Please sign in to comment.