Skip to content

Commit

Permalink
Rev'ed OSConfig to 1.0.1.x (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM authored Jan 25, 2022
1 parent 05c50ed commit 7cb2f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(osconfig)

set(MAJOR_VERSION "1" CACHE STRING "Major version")
set(MINOR_VERSION "0" CACHE STRING "Minor version")
set(PATCH_VERSION "0" CACHE STRING "Patch version")
set(PATCH_VERSION "1" CACHE STRING "Patch version")

option(BUILD_AGENTS "Build OSConfig PnP Agent" ON)
option(BUILD_MODULES "Build OSConfig Modules" ON)
Expand Down

0 comments on commit 7cb2f9d

Please sign in to comment.