Skip to content

Commit

Permalink
Update version to v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Friedman <[email protected]>
  • Loading branch information
sam-golioth committed Jan 22, 2025
1 parent 75c4e19 commit 81bb59b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ API documentation: https://firmware-sdk-docs.golioth.io/
This repo uses git submodules, so you will need to clone with the `--recursive` option:

```sh
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.16.0
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.17.0
```

Or, if you've already cloned but forgot the `--recursive`, you can update and
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0
6 changes: 3 additions & 3 deletions examples/zephyr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Execute this command to download this repository together with all
dependencies:

```console
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.16.0 --mf west-zephyr.yml
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.17.0 --mf west-zephyr.yml
west update
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
```
Expand All @@ -42,7 +42,7 @@ Execute this command to download this repository together with all
dependencies:

```console
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.16.0 --mf west-ncs.yml
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.17.0 --mf west-ncs.yml
west update
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
```
Expand All @@ -62,7 +62,7 @@ based project (e.g. Zephyr RTOS):
# Golioth repository.
- name: golioth
path: modules/lib/golioth-firmware-sdk
revision: v0.16.0
revision: v0.17.0
url: https://github.com/golioth/golioth-firmware-sdk.git
submodules: true
```
Expand Down

0 comments on commit 81bb59b

Please sign in to comment.