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

Commit

Permalink
version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Jun 5, 2021
1 parent 2ab4127 commit 04786c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion fbt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fbt"
version = "0.1.8"
version = "0.1.9"
authors = ["Sitesh <[email protected]>", "Amit Upadhyay <[email protected]>"]
edition = "2018"
description = "folder based testing tool (library)"
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.8"
version = "0.1.9"
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.8
fbt: 0.1.8
fbt: 0.1.9
fbt: 0.1.9

0 comments on commit 04786c2

Please sign in to comment.