We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6b118 commit cbfcf4aCopy full SHA for cbfcf4a
2 files changed
runtime/bk-plugin-runtime/bk_plugin_runtime/__version__.py
@@ -9,4 +9,4 @@
9
specific language governing permissions and limitations under the License.
10
"""
11
12
-__version__ = "2.1.8"
+__version__ = "2.1.9"
runtime/bk-plugin-runtime/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-runtime"
3
-version = "2.1.8"
+version = "2.1.9"
4
description = "bk plugin python django runtime"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
0 commit comments