Skip to content

Commit

Permalink
Jare release updates (#24)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt

* Update build.yml
  • Loading branch information
jaremieromer authored Jun 5, 2023
1 parent b8787d3 commit 422f476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: boolean

env:
VERSION: '1.0.0'
VERSION: '1.0.1'

jobs:
Build:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project("nc-tools" VERSION "1.0.0" LANGUAGES CXX)
project("nc-tools" VERSION "1.0.1" LANGUAGES CXX)

if(${PROJECT_SOURCE_DIR} EQUAL ${PROJECT_BINARY_DIR})
message(FATAL_ERROR "Don't be a fool, out-of-source build with your tool.")
Expand Down

0 comments on commit 422f476

Please sign in to comment.