From bae78480ac5dc8c50ca902d729401fcfac6d0b33 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 22 Jan 2021 08:35:16 -0800 Subject: [PATCH] v0.2.1 Summary: Make it easier to identify which version a release was packed with. Reviewed By: mweststrate Differential Revision: D26019107 fbshipit-source-id: 69e85d0988f6ca1a10a9b540d1ebf2a7b28b8325 --- packer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 15a165bc4..ec8625383 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/facebook/flipper.git" keywords = ["flipper", "cli"] categories = ["development-tools"] -version = "0.2.0" +version = "0.2.1" authors = ["Facebook, Inc."] edition = "2018"