Skip to content

Commit

Permalink
Bumped the version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Sep 29, 2020
1 parent 482615c commit 57dd051
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.2.0
0.3.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.2.0" (* TODO: preprocess from VERSION *)
let version = "0.3.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,4 +1,4 @@
(lang dune 2.7)
(name sworn)
(version 0.2.0)
(version 0.3.0)
(using menhir 2.0)

0 comments on commit 57dd051

Please sign in to comment.