Skip to content

Commit

Permalink
Merge pull request #23 from nrl-ai/v0.3.0.1
Browse files Browse the repository at this point in the history
Bump top 0.3.0.1
  • Loading branch information
vietanhdev committed Apr 1, 2023
2 parents b3d3d46 + 835beff commit a4080dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()
set(DAISYKIT_VERSION_MAJOR 0)
set(DAISYKIT_VERSION_MINOR 3)
set(DAISYKIT_VERSION_PATCH 0)
set(DAISYKIT_VERSION_BUILD 0)
set(DAISYKIT_VERSION_BUILD 1)

set(DAISYKIT_VERSION_STRING ${DAISYKIT_VERSION_MAJOR}.${DAISYKIT_VERSION_MINOR}.${DAISYKIT_VERSION_PATCH}.${DAISYKIT_VERSION_BUILD})
message(STATUS "DAISYKIT_VERSION_STRING = ${DAISYKIT_VERSION_STRING}")
Expand Down

0 comments on commit a4080dd

Please sign in to comment.