Skip to content

Commit ab9cbd3

Browse files
committed
version 2.0.7
1 parent 3551c84 commit ab9cbd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "caesar"
10-
version = "2.0.6"
10+
version = "2.0.7"
1111
authors = ["Philipp Schroer <[email protected]>"]
1212
edition = "2018"
1313
build = "build.rs" # LALRPOP preprocessing

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Caesar Verifier",
44
"description": "The quantitative deductive verifier Caesar for VSCode",
55
"publisher": "rwth-moves",
6-
"version": "2.0.6",
6+
"version": "2.0.7",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/moves-rwth/caesar.git",

0 commit comments

Comments
 (0)