Skip to content

Commit

Permalink
change version to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-french committed Feb 29, 2024
1 parent 37417ee commit 5bff879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/gentle-seas-serve.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'opticks': major
'opticks': minor
---

- Codebase refactor into a monorepo structure to cater for the introduction of an Opticks CLI
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/commands/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export async function clean({id, winner}) {
const {prompt} = enquirer
const {log} = console

let experimentId: string
let experimentWinner: string
let experimentId: string = id
let experimentWinner: string = winner

if (!id) {
const response: {
Expand Down

0 comments on commit 5bff879

Please sign in to comment.