Skip to content

Commit

Permalink
Bump version to v0.0.3 (#72)
Browse files Browse the repository at this point in the history
* bump version to 0.0.3

Signed-off-by: Lloyd-Pottiger <[email protected]>

* bump version to 0.0.3

Signed-off-by: Lloyd-Pottiger <[email protected]>

---------

Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger authored Oct 8, 2023
1 parent 20b4b61 commit 64f7484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A tool to replicate data change from TiDB to Data Warehouses in real-time.

## Supported Storage Service

You can also export data to cloud storage service only.
You can also export data to cloud object storage only.

- [AWS S3](https://github.com/pingcap-inc/tidb2dw/blob/main/docs/s3.md)
- [Google Cloud Storage](https://github.com/pingcap-inc/tidb2dw/blob/main/docs/gcs.md)
Expand All @@ -20,13 +20,16 @@ You can also export data to cloud storage service only.

```bash
# Linux AMD64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.2/tidb2dw-v0.0.2-linux-amd64
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.3/tidb2dw-v0.0.3-linux-amd64

# Linux ARM64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.2/tidb2dw-v0.0.2-linux-arm64
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.3/tidb2dw-v0.0.3-linux-arm64

# MacOS AMD64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.2/tidb2dw-v0.0.2-darwin-amd64
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.3/tidb2dw-v0.0.3-darwin-amd64

# MacOS ARM64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.3/tidb2dw-v0.0.3-darwin-arm64
```

## Build from source
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var (
// TiDB2DWVerMinor is the minor version of TiDB2DW
TiDB2DWVerMinor = 0
// TiDB2DWVerPatch is the patch version of TiDB2DW
TiDB2DWVerPatch = 2
TiDB2DWVerPatch = 3
// TiDB2DWVerName is an alternative name of the version
TiDB2DWVerName = "TiDB2DW"
// GitHash is the current git commit hash
Expand Down

0 comments on commit 64f7484

Please sign in to comment.