Skip to content

Commit 04c71f0

Browse files
committed
chore: bump versoin
1 parent 4e4d0cf commit 04c71f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ edit_uri: edit/main/docs
5252
docs_dir: docs
5353
site_dir: public
5454
extra:
55-
latest_krux: krux-v26.03.0
55+
latest_krux: krux-v26.03.1
5656
latest_installer: v0.0.21
5757
latest_installer_rpm: krux_installer-0.0.21-1.x86_64.rpm
5858
latest_installer_deb: krux_installer_0.0.21_amd64.deb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
[tool.poetry]
2424
name = "krux"
25-
version = "26.03.0"
25+
version = "26.03.1"
2626
description = "Open-source signing device firmware for Bitcoin"
2727
authors = ["Jeff S <jeffreesun@protonmail.com>"]
2828
readme = "README.md"

src/krux/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
VERSION = "26.03.0"
22+
VERSION = "26.03.1"
2323
SIGNER_PUBKEY = "03339e883157e45891e61ca9df4cd3bb895ef32d475b8e793559ea10a36766689b"

0 commit comments

Comments
 (0)