Skip to content

Commit

Permalink
Revert to development version
Browse files Browse the repository at this point in the history
This reverts commit 658d15c.
  • Loading branch information
n-osborne committed Oct 24, 2023
1 parent 658d15c commit 1cb1911
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion bin/cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let () =
| [] -> usage ()
| cmds ->
let doc = "Run ORTAC." in
let version = "ortac version 0.1.0" in
let version = "ortac version %%VERSION%%" in
let info = Cmd.info "ortac" ~doc ~version in
let group = Cmd.group info cmds in
Stdlib.exit (Cmd.eval group)
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
(using mdx 0.4)

(name ortac)
(version 0.1.0)

(package
(name ortac-core)
Expand Down
1 change: 0 additions & 1 deletion ortac-core.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "0.1.0"
opam-version: "2.0"
synopsis:
"Ortac (OCaml Runtime Assertion Checking) core tool and library based on Gospel"
Expand Down
1 change: 0 additions & 1 deletion ortac-qcheck-stm.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "0.1.0"
opam-version: "2.0"
synopsis: "QCheck-STM plugin for Ortac"
description: """\
Expand Down
1 change: 0 additions & 1 deletion ortac-runtime.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "0.1.0"
opam-version: "2.0"
synopsis: "Runtime support library for Ortac-generated code"
description: """\
Expand Down

0 comments on commit 1cb1911

Please sign in to comment.