Skip to content

Commit

Permalink
Merge pull request #13 from ctlove0523/bs
Browse files Browse the repository at this point in the history
更新版本信息
  • Loading branch information
ctlove0523 authored Jan 23, 2022
2 parents 04fe87b + 8fe274e commit bc95ccc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ huaweicloud-iot-device-sdk-go提供设备接入华为云IoT物联网平台的Go

## 版本说明

当前稳定版本:v1.0.0
当前稳定版本:v2.0.0



Expand Down
2 changes: 1 addition & 1 deletion base_device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
)

const deviceId = "5fdb75cccbfe2f02ce81d4bf_liqian"
const deviceId = "611d13360ad1ed028658e089_device_cli"
const devicePwd = "123456789"
const server = "tls://iot-mqtts.cn-north-4.myhuaweicloud.com:8883"
const qos = 1
Expand Down
2 changes: 1 addition & 1 deletion info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestOsName(t *testing.T) {
}

func TestVersion(t *testing.T) {
if SdkInfo()["sdk-version"] != "v1.0.0" {
if SdkInfo()["sdk-version"] != "v2.0.0" {
t.Errorf("sdk version must be v0.0.2")
}

Expand Down
2 changes: 1 addition & 1 deletion sdk_info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
author = chen tong
sdk-version = v1.0.0
sdk-version = v2.0.0

0 comments on commit bc95ccc

Please sign in to comment.