diff options
| author | XhmikosR <[email protected]> | 2019-02-15 11:58:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-15 11:58:41 +0200 |
| commit | 9baf8537a7ee447035eae65270671a4cf1fc0549 (patch) | |
| tree | 03f8e2c0bff2585615a5f293f520e6c42f10c653 /build | |
| parent | ff29c1224c20b8fcf2d1e7c28426470f1dc3e40d (diff) | |
| download | bootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.tar.xz bootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.zip | |
Replace `v4-dev` with `master` after the branch change. (#28272)
Diffstat (limited to 'build')
| -rwxr-xr-x | build/ship.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ship.sh b/build/ship.sh index 289284383..acce9b922 100755 --- a/build/ship.sh +++ b/build/ship.sh @@ -26,7 +26,7 @@ fi printf "\n%s=======================================================%s" $magenta $end printf "\n%sPulling latest changes...%s" $magenta $end printf "\n%s=======================================================\n\n%s" $magenta $end -git pull origin v4-dev +git pull origin master # Update version number printf "\n%s=======================================================%s" $magenta $end |
