Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcorpio committed Dec 20, 2019
1 parent cef18e5 commit 6669f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ class DubboGreetingSimulation extends PeaSimulation {

### 版本

| pea | gatling| dubbo | grpc |
| ----- | ------ | ------- | ------ |
| 0.6.0 | 3.3.1 | 2.7.4.1 | 1.22.2 |
| pea | gatling| dubbo | grpc |
| ------ | ------ | ------- | ------ |
| 0.6.0~ | 3.3.1 | 2.7.4.1 | 1.22.2 |

---

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {

val commonSettings = Seq(
organization := "cc.akkaha",
version := "0.6.0",
version := "0.7.0",
scalaVersion := "2.12.8",
maintainer := "ngxcorpio@gmail.com"
)
Expand Down

0 comments on commit 6669f6a

Please sign in to comment.