Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed May 20, 2021
1 parent 0c214f9 commit 75de3b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fbt"
version = "0.1.6"
version = "0.1.7"
authors = ["Sitesh <[email protected]>", "Amit Upadhyay <[email protected]>"]
edition = "2018"
description = "folder based testing tool (library)"
Expand All @@ -11,7 +11,7 @@ homepage = "https://www.fifthtry.com/fifthtry/fbt/"
members = ["fbt_lib"]

[dependencies]
# fbt-lib = { version = "0.1.6" }
# fbt-lib = { version = "0.1.7" }
fbt-lib = { path = "fbt_lib" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fbt_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fbt-lib"
version = "0.1.6"
version = "0.1.7"
authors = ["Sitesh <[email protected]>", "Amit Upadhyay <[email protected]>"]
edition = "2018"
description = "folder based testing tool (library)"
Expand Down
4 changes: 2 additions & 2 deletions tests/06_version/cmd.p1
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ We will have to keep updating this file every time we release a new version.

-- stdout:

fbt: 0.1.6
fbt: 0.1.6
fbt: 0.1.7
fbt: 0.1.7

0 comments on commit 75de3b5

Please sign in to comment.