Skip to content

Commit

Permalink
Bumped the version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Dec 14, 2020
1 parent 3fac8f2 commit 1fb1c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
2 changes: 1 addition & 1 deletion bin/clarc/clarc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

open Cmdliner

let version = "0.5.0" (* TODO: preprocess from VERSION *)
let version = "0.6.0" (* TODO: preprocess from VERSION *)

exception Error of int * string * string

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -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 comments on commit 1fb1c43

Please sign in to comment.