Skip to content

Commit 3b84fa3

Browse files
committed
bump API version
1 parent 0291774 commit 3b84fa3

13 files changed

+13
-13
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
;; keep in sync with imandrax
1313

14-
(version 0.17)
14+
(version 0.18)
1515

1616
(authors "the imandrax team")
1717

imandra-proof-system.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "Description and codegen for Imandra's durable proof system"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-client-cohttp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "RPC client for ImandraX's API using cohttp + lwt"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-client-ezcurl.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "RPC client for ImandraX's API using Ezcurl"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "RPC client for ImandraX's API (transport agnostic)"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "Ppx-deriving for ImandraX API"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-prelude.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "ImandraX Prelude"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api-top.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "Interactive toplevel for ImandraX's API"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

imandrax-api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.17"
3+
version: "0.18"
44
synopsis: "Public API and types for ImandraX"
55
maintainer: ["imandra.ai"]
66
authors: ["the imandrax team"]

src/core/API_TYPES_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17
1+
18

0 commit comments

Comments
 (0)