Skip to content

Commit 0088ad2

Browse files
committed
Update details
1 parent 73fecbf commit 0088ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CODE_DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This is a collection of developer notes and is by no means exhaustive or correct
1515
There 3-4 different `motus` versions on GitHub at any one time:
1616

1717
- `main` branch - Current release - e.g., v4.0.3
18-
- `betaX` branch - Current minor dev - e.g., v4.0.3.9000
19-
- `sandbox` branch - Current major dev - e.g., v4.0.3.9999
20-
- `dev`/`hotfix-` branch - Current quick fixes to merge in to main quickly v4.0.3.9001 (increments one greater than `betaX`)
18+
- `beta` branch - Current dev relating to the beta api - e.g., v4.0.3.9000
19+
- `sandbox` branch - Current dev relating to the sandbox api - e.g., v4.0.3.8000
20+
- `dev`/`hotfix-` branch - Current quick fixes to merge in to main quickly v4.0.3.9001 (increments one greater than `beta`)
2121

2222

2323
## Naming Conventions

0 commit comments

Comments
 (0)