Skip to content

Commit

Permalink
Bumped the version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 6, 2020
1 parent 5cfdb31 commit 6c7c60f
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.3.0
0.4.0
2 changes: 1 addition & 1 deletion bin/sworn/sworn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

open Cmdliner

let version = "0.3.0" (* TODO: preprocess from VERSION *)
let version = "0.4.0" (* TODO: preprocess from VERSION *)
let js_version = "0.1"

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,4 +1,4 @@
(lang dune 2.7)
(name sworn)
(version 0.3.0)
(version 0.4.0)
(using menhir 2.0)

0 comments on commit 6c7c60f

Please sign in to comment.