Skip to content

Commit

Permalink
Merge branch 'slee/v0.8.1-version-bump' into 'release-v0.8'
Browse files Browse the repository at this point in the history
[ci skip] Update version to 0.8.1

See merge request machine-learning/dorado!1217
  • Loading branch information
MarkBicknellONT committed Oct 3, 2024
2 parents 1be0040 + 53a0ad3 commit c3a2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DoradoVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DORADO_VERSION_MAJOR 0)
set(DORADO_VERSION_MINOR 8)
set(DORADO_VERSION_REV 0)
set(DORADO_VERSION_REV 1)

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit c3a2952

Please sign in to comment.