Skip to content

Commit 6d4b2d2

Browse files
committed
app: Update version to 0.6.0-rc1
Update version. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 57ef0da commit 6d4b2d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ nrfutil sdk-manager toolchain launch --ncs-version v3.2.0-preview2 --shell
2424
```
2525

2626
```shell
27-
# initialize workspace for the ncs-door-lock-app (v0.5.0 release)
28-
west init -m https://github.com/nrfconnect/ncs-door-lock-app --mr v0.5.0 door-lock-workspace
27+
# initialize workspace for the ncs-door-lock-app (v0.6.0-rc1 release)
28+
west init -m https://github.com/nrfconnect/ncs-door-lock-app --mr v0.6.0-rc1 door-lock-workspace
2929
```
3030

3131
```shell

app/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 0
2-
VERSION_MINOR = 5
2+
VERSION_MINOR = 6
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
5-
EXTRAVERSION =
5+
EXTRAVERSION = rc1

0 commit comments

Comments
 (0)