diff --git a/Cargo.lock b/Cargo.lock index 70638b9..7329fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "caesar" -version = "2.0.7" +version = "2.0.8" dependencies = [ "ariadne", "atty", diff --git a/Cargo.toml b/Cargo.toml index 157b68d..5437a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "caesar" -version = "2.0.7" +version = "2.0.8" authors = ["Philipp Schroer "] edition = "2018" build = "build.rs" # LALRPOP preprocessing diff --git a/vscode-ext/package.json b/vscode-ext/package.json index 2710045..931719c 100644 --- a/vscode-ext/package.json +++ b/vscode-ext/package.json @@ -3,7 +3,7 @@ "displayName": "Caesar Verifier", "description": "The quantitative deductive verifier Caesar for VSCode", "publisher": "rwth-moves", - "version": "2.0.7", + "version": "2.0.8", "repository": { "type": "git", "url": "https://github.com/moves-rwth/caesar.git",