Skip to content

Commit 82a481d

Browse files
bump version 0.67 (#1315)
Signed-off-by: George Mulhearn <[email protected]> Co-authored-by: George Mulhearn <[email protected]>
1 parent 8a6226d commit 82a481d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ members = [
3434
]
3535

3636
[workspace.package]
37-
version = "0.66.0"
37+
version = "0.67.0"
3838
authors = [
3939
"Absa Group Limited",
4040
"Hyperledger Indy Contributors <[email protected]>",

aries/agents/aath-backchannel/src/controllers/general.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub async fn get_status(agent: web::Data<RwLock<HarnessAgent>>) -> impl Responde
2828
#[get("/version")]
2929
pub async fn get_version() -> impl Responder {
3030
// Update this with aries-vcx
31-
HttpResponse::Ok().body("0.66.0")
31+
HttpResponse::Ok().body("0.67.0")
3232
}
3333

3434
#[get("/did")]

aries/aries_vcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use `aries_vcx` in your project, you need to add GitHub dependency to your `C
2323
define a version through a `tag`:
2424

2525
```toml
26-
aries-vcx = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
26+
aries-vcx = { tag = "0.67.0", git = "https://github.com/hyperledger/aries-vcx" }
2727
```
2828

2929
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.

did_core/did_methods/did_peer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the Peer DID library as a dependency in your `Cargo.toml` file:
2323

2424
```toml
2525
[dependencies]
26-
peer_did = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
26+
peer_did = { tag = "0.67.0", git = "https://github.com/hyperledger/aries-vcx" }
2727
```
2828

2929
## Demo

did_core/did_parser_nom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Add the did_parser library as a dependency in your `Cargo.toml` file:
1717

1818
```toml
1919
[dependencies]
20-
did_parser_nom = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
20+
did_parser_nom = { tag = "0.67.0", git = "https://github.com/hyperledger/aries-vcx" }
2121
```

0 commit comments

Comments
 (0)