We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6356a7 commit 20ceb93Copy full SHA for 20ceb93
.github/workflows/basic.yml
@@ -8,7 +8,7 @@ permissions:
8
9
env:
10
# for installation testing - it should match with version set in CMake
11
- UMF_VERSION: 0.9.0
+ UMF_VERSION: 0.10.0
12
BUILD_DIR : "${{github.workspace}}/build"
13
INSTL_DIR : "${{github.workspace}}/../install-dir"
14
scripts/docs_config/conf.py
@@ -22,7 +22,7 @@
22
author = "Intel"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "0.9.0"
+release = "0.10.0"
26
27
28
# -- General configuration ---------------------------------------------------
0 commit comments