Skip to content

Commit

Permalink
Set version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balintkissdev committed Mar 3, 2022
1 parent a9d2713 commit 26f6fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
build/*.tar.gz
build/*.zip
build/Raycaster-*.tar.gz
build/Raycaster-*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FetchContent_MakeAvailable(SetupHunter)

set(PROJECT_NAME Raycaster)
project(${PROJECT_NAME} LANGUAGES CXX)
project(${PROJECT_NAME} VERSION 0.0.2)
project(${PROJECT_NAME} VERSION 0.0.4) # TODO: Get version from git tag

add_executable(${PROJECT_NAME} "")

Expand Down

0 comments on commit 26f6fbe

Please sign in to comment.