diff --git a/interpreter/Cargo.toml b/interpreter/Cargo.toml index ce13afb..655bd7d 100644 --- a/interpreter/Cargo.toml +++ b/interpreter/Cargo.toml @@ -2,7 +2,7 @@ name = "cel-interpreter" description = "An interpreter for the Common Expression Language (CEL)" repository = "https://github.com/clarkmcc/cel-rust" -version = "0.7.0" +version = "0.7.1" authors = ["Tom Forbes ", "Clark McCauley "] edition = "2018" license = "MIT"