diff --git a/interpreter/Cargo.toml b/interpreter/Cargo.toml index 1fc9637..d8220b5 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.6.0" +version = "0.6.1" authors = ["Tom Forbes ", "Clark McCauley "] edition = "2018" license = "MIT"