Skip to content

Commit

Permalink
Merge branch 'slee/version-bump-0.8.3' into 'release-v0.8'
Browse files Browse the repository at this point in the history
Update version to 0.8.3

See merge request machine-learning/dorado!1263
  • Loading branch information
susie-ont committed Nov 11, 2024
2 parents 837c754 + 509dbc0 commit e90c28b
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 2)
set(DORADO_VERSION_REV 3)

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

0 comments on commit e90c28b

Please sign in to comment.