Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jun 28, 2023
1 parent 93cc5c8 commit 6477fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.2.0 - 2023-06-28

- Added logging level command-line flag
- The `dev proc start` subcommand logs segmenter state updates with level info, rather than printing them directly to stdout

Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var app = &cli.App{
Name: "planktoscope",
// TODO: see if there's a way to get the version from a build tag, so that we don't have to update
// this manually
Version: "v0.1.0",
Version: "v0.2.0",
Usage: "Command-line tool to operate and manage PlanktoScopes",
Commands: []*cli.Command{
devCmd,
Expand Down

0 comments on commit 6477fe4

Please sign in to comment.