Skip to content

Commit

Permalink
main branch merged rel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yucheng committed Jul 2, 2022
2 parents b5b0c04 + e71e034 commit e11e905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyc-git-bash-utils/exes/gbu-tag-main.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ __main() {
set -o xtrace # Turn command tracing on

git checkout $main_name
git tag $1
git tag $1 $main_name # Commit the latest commit of the main branch
git checkout rel
git branch
)
Expand Down
2 changes: 1 addition & 1 deletion package-info.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _gbu_incl_package_info=1
# Package name.
_gbu_name=lyc-git-bash-utils
# Version.
_gbu_ver=1.1.0
_gbu_ver=1.1.1
# Author.
_gbu_author="Yucheng Liu"
# Copyright.
Expand Down

0 comments on commit e11e905

Please sign in to comment.