Skip to content

Commit

Permalink
Removed obsolete if
Browse files Browse the repository at this point in the history
  • Loading branch information
HLXEasy committed Mar 3, 2021
1 parent ee2d89e commit e92c0f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-master2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
if: ${{ steps.extract_branch.outputs.branch }} == master
with:
tag_name: ${{ steps.determine_release.outputs.alias_release }}
draft: false
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(Alias
# The version number.
set(CLIENT_VERSION_MAJOR 4)
set(CLIENT_VERSION_MINOR 3)
set(CLIENT_VERSION_REVISION 1)
set(CLIENT_VERSION_REVISION 2)
set(CLIENT_VERSION_BUILD 0)
set(CLIENT_VERSION_GIT_SHA1 "---")
set(VERSION_STRING "${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_REVISION}.${CLIENT_VERSION_BUILD}")
Expand Down

0 comments on commit e92c0f5

Please sign in to comment.