We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fac8f2 commit 1fb1c43Copy full SHA for 1fb1c43
VERSION
@@ -1 +1 @@
1
-0.5.0
+0.6.0
bin/clarc/clarc.ml
@@ -2,7 +2,7 @@
2
3
open Cmdliner
4
5
-let version = "0.5.0" (* TODO: preprocess from VERSION *)
+let version = "0.6.0" (* TODO: preprocess from VERSION *)
6
7
exception Error of int * string * string
8
dune-project
@@ -1,5 +1,5 @@
(lang dune 2.7)
(name clarc)
-(version 0.5.0)
+(version 0.6.0)
(using menhir 2.0)
(cram enable)
0 commit comments