Skip to content

Commit e87afc4

Browse files
vch9claude
andcommitted
fix: bump version to v0.2.1 for next release
Updates version string in both main.ml and self_update_checker.ml to v0.2.1 to prepare for the next release. Removes the version fix changelog entry as this is now part of the version bump for 0.2.1. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4688afe commit e87afc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let ui_cmd =
5757

5858
let root_cmd =
5959
let doc = "Terminal UI for managing Octez services" in
60-
let info = Cmd.info "octez-manager" ~doc ~version:"0.1.1" in
60+
let info = Cmd.info "octez-manager" ~doc ~version:"0.2.1" in
6161
Cmd.group
6262
info
6363
~default:ui_term

src/self_update_checker.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open Rresult
1010
let ( let* ) = Result.bind
1111

1212
(** Current version - kept in sync with main.ml *)
13-
let current_version = "0.2.0"
13+
let current_version = "0.2.1"
1414

1515
(** GitHub repository info *)
1616
let github_owner = "trilitech"

0 commit comments

Comments
 (0)