From 8fb21b3be5cef7b0e42469ae9b18678028ff5d23 Mon Sep 17 00:00:00 2001 From: wenjuan Date: Wed, 1 Sep 2021 19:08:52 +0800 Subject: [PATCH] chore(release): bump version --- imperative/python/version_template.py | 2 +- src/core/include/megbrain/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imperative/python/version_template.py b/imperative/python/version_template.py index f45d43992..b4e3eb1fd 100644 --- a/imperative/python/version_template.py +++ b/imperative/python/version_template.py @@ -6,4 +6,4 @@ # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -__version__ = "1.6.0.dev" +__version__ = "1.6.0rc1" diff --git a/src/core/include/megbrain/version.h b/src/core/include/megbrain/version.h index c8f84c64a..8c5c47078 100644 --- a/src/core/include/megbrain/version.h +++ b/src/core/include/megbrain/version.h @@ -12,7 +12,7 @@ #pragma once #define MGB_MAJOR 8 -#define MGB_MINOR 9999 +#define MGB_MINOR 13 #define MGB_PATCH 0 //! whether it is development version #ifndef MGB_IS_DEV -- GitLab