Skip to content

Commit 169c7c0

Browse files
Release v1.4.0
Signed-off-by: Ivan Velickovic <[email protected]>
1 parent bd1b2bc commit 169c7c0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0-dev
1+
1.4.0

build_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from typing import Any, Dict, Union, List, Tuple, Optional
2727

2828
NAME = "microkit"
29-
VERSION = "1.3.0"
29+
VERSION = "1.4.0"
3030

3131
ENV_BIN_DIR = Path(executable).parent
3232

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
---
7-
title: Microkit User Manual (v1.3.0)
7+
title: Microkit User Manual (v1.4.0)
88
documentclass: article
99
classoption:
1010
- english

tool/microkit/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/microkit/Cargo.toml

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

77
[package]
88
name = "microkit-tool"
9-
version = "1.3.0-dev"
9+
version = "1.4.0"
1010
edition = "2021"
1111

1212
[[bin]]

0 commit comments

Comments
 (0)