Skip to content

Commit

Permalink
Bumped the version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Sep 22, 2020
1 parent db653a8 commit 8e250ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2020-09-20
## [0.2.0] - 2020-09-22

### Added

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.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.1.0" (* TODO: preprocess from VERSION *)
let version = "0.2.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,3 +1,3 @@
(lang dune 2.7)
(name sworn)
(version 0.1.0)
(version 0.2.0)

0 comments on commit 8e250ec

Please sign in to comment.