Skip to content

Commit 1fb1c43

Browse files
committed
Bumped the version to 0.6.0.
1 parent 3fac8f2 commit 1fb1c43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

bin/clarc/clarc.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
open Cmdliner
44

5-
let version = "0.5.0" (* TODO: preprocess from VERSION *)
5+
let version = "0.6.0" (* TODO: preprocess from VERSION *)
66

77
exception Error of int * string * string
88

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(lang dune 2.7)
22
(name clarc)
3-
(version 0.5.0)
3+
(version 0.6.0)
44
(using menhir 2.0)
55
(cram enable)

0 commit comments

Comments
 (0)