Skip to content

Commit

Permalink
Merge pull request #12 from mulias/em/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
mulias authored Feb 22, 2023
2 parents 343a99a + e06db43 commit 5faeac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opossum/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(name opossum)

(version v0.2.0)
(version v0.3.0)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion opossum/lib/Cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let run =
https://github.com/mulias/possum_parser_language/issues"
]
in
Cmd.info "possum" ~version:"v0.2.0" ~doc ~exits:Cmd.Exit.defaults ~man
Cmd.info "possum" ~version:"v0.3.0" ~doc ~exits:Cmd.Exit.defaults ~man
in
let possum_cmd = Cmd.v info possum_term in
Caml.exit (Cmd.eval possum_cmd)
2 changes: 1 addition & 1 deletion opossum/opossum.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "v0.2.0"
version: "v0.3.0"
synopsis: "A tiny text parsing language"
description:
"Possum is a domain specific language for parsing arbitrary text into JSON"
Expand Down

0 comments on commit 5faeac6

Please sign in to comment.