We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d75b9 commit fcccd42Copy full SHA for fcccd42
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@serverless-devs/core",
3
- "version": "0.1.48-beta.1",
+ "version": "0.1.48",
4
"description": "Serverless Devs Tool Core Component",
5
"keywords": [
6
"Serverless",
publish.yaml
@@ -2,7 +2,7 @@ Type: Component
Name: core
Provider:
- 阿里云
-Version: dev
+Version: 0.1.48
Description: Serverless Devs 核心组件
7
HomePage: https://github.com/Serverless-Devs/core
8
Tags: #标签详情
src/daemon/constant.js
@@ -1,3 +1,3 @@
module.exports = {
- DEFAULT_CORE_VERSION: 'dev',
+ DEFAULT_CORE_VERSION: '0.1.48',
};
0 commit comments