Skip to content

Commit

Permalink
v0.0.26: fix bungled STABLE_VERSION file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Jul 16, 2020
1 parent ea61d17 commit 76d7255
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.25] - 2020-06-18
## [0.0.25] - 2020-07-17
- fix bungled reference to `STABLE_VERSION` file

## [0.0.25] - 2020-07-17
- credential management commands @rgerganov
- static password vendor command @rgerganov
- sign-file vendor command @rgerganov
Expand Down
2 changes: 1 addition & 1 deletion solo/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.25
0.0.26
2 changes: 1 addition & 1 deletion solo/cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def update(serial, yes, local_firmware_server, alpha):
else:
version_file = "STABLE_VERSION"
fetch_url = (
f"https://raw.githubusercontent.com/solokeys/solo/main/{version_file}"
f"https://raw.githubusercontent.com/solokeys/solo/master/{version_file}"
)

r = requests.get(fetch_url)
Expand Down

0 comments on commit 76d7255

Please sign in to comment.