Skip to content

Commit

Permalink
Release v2.0.0-alpha.1 (#292)
Browse files Browse the repository at this point in the history
* Version Up

* Change release version
  • Loading branch information
piakushin authored Aug 16, 2021
1 parent d5be56c commit 72b9278
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Bob versions changelog
#### Updated


## [1.7.0] - 2021-08-13
## [2.0.0-alpha.1] - 2021-08-16
#### Added
- Add api method to start disk (#182)
- Rest api for data (#187)
Expand Down
2 changes: 1 addition & 1 deletion bob-apps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-apps"
version = "1.7.0"
version = "2.0.0-alpha.1"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bob-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-backend"
version = "1.7.0"
version = "2.0.0-alpha.1"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down
2 changes: 1 addition & 1 deletion bob-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-common"
version = "1.7.0"
version = "2.0.0-alpha.1"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bob-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-grpc"
version = "1.7.0"
version = "2.0.0-alpha.1"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob"
version = "1.7.0"
version = "2.0.0-alpha.1"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down

0 comments on commit 72b9278

Please sign in to comment.