aboutsummaryrefslogtreecommitdiff
path: root/out/version.rs
diff options
context:
space:
mode:
Diffstat (limited to 'out/version.rs')
-rw-r--r--out/version.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/out/version.rs b/out/version.rs
index a242f31..dcf078d 100644
--- a/out/version.rs
+++ b/out/version.rs
@@ -1,7 +1,7 @@
/// protobuf crate version
-pub const VERSION: &'static str = "2.22.0";
+pub const VERSION: &'static str = "2.22.1";
/// This symbol is used by codegen
#[doc(hidden)]
-pub const VERSION_IDENT: &'static str = "VERSION_2_22_0";
+pub const VERSION_IDENT: &'static str = "VERSION_2_22_1";
/// This symbol can be referenced to assert that proper version of crate is used
-pub const VERSION_2_22_0: () = ();
+pub const VERSION_2_22_1: () = ();