From 2bdbdcc0d87195eabc7dc1365878335bd7ee02d8 Mon Sep 17 00:00:00 2001 From: Cheuk <90270663+cheukt@users.noreply.github.com> Date: Tue, 2 May 2023 13:11:38 -0400 Subject: [PATCH] bump version (#131) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80c914f..552bfea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam" -version = "0.0.15" +version = "0.0.16" edition = "2021" license = "Apache-2.0" repository = "https://github.com/viamrobotics/viam-rust-sdk"