Skip to content

Commit 20ceb93

Browse files
committed
Update UMF version to 0.10.0 in CI and docs config file
1 parent e6356a7 commit 20ceb93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
env:
1010
# for installation testing - it should match with version set in CMake
11-
UMF_VERSION: 0.9.0
11+
UMF_VERSION: 0.10.0
1212
BUILD_DIR : "${{github.workspace}}/build"
1313
INSTL_DIR : "${{github.workspace}}/../install-dir"
1414

scripts/docs_config/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Intel"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.9.0"
25+
release = "0.10.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)