Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 16, 2024
1 parent 13369e4 commit 395cf0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0-dev
1.4.1
2 changes: 1 addition & 1 deletion build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from typing import Any, Dict, Union, List, Tuple, Optional

NAME = "microkit"
VERSION = "1.4.0"
VERSION = "1.4.1"

ENV_BIN_DIR = Path(executable).parent

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

---
title: Microkit User Manual (v1.4.0-dev)
title: Microkit User Manual (v1.4.1)
documentclass: article
classoption:
- english
Expand Down
2 changes: 1 addition & 1 deletion tool/microkit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tool/microkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "microkit-tool"
version = "1.4.0-dev"
version = "1.4.1"
edition = "2021"
rust-version = "1.73.0"

Expand Down

0 comments on commit 395cf0e

Please sign in to comment.