Skip to content

Commit 1397323

Browse files
author
ori-release-bot[bot]
committed
chore: release v2026.04.10.1-alpha
1 parent 0829e61 commit 1397323

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.04.09.1-alpha
1+
2026.04.10.1-alpha

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ exclude = [
4848
]
4949

5050
[workspace.package]
51-
version = "2026.4.9-alpha.1"
51+
version = "2026.4.10-alpha.1"
5252
edition = "2021"
5353
license = "MIT OR Apache-2.0"
5454
repository = "https://github.com/upstat-io/ori-lang"

compiler/ori_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ori_llvm"
3-
version = "2026.4.9-alpha.1"
3+
version = "2026.4.10-alpha.1"
44
edition = "2021"
55
description = "LLVM backend for the Ori compiler"
66
license = "MIT OR Apache-2.0"

compiler/ori_rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ori_rt"
3-
version = "2026.4.9-alpha.1"
3+
version = "2026.4.10-alpha.1"
44
edition = "2021"
55
description = "Ori runtime library for AOT-compiled programs"
66
license = "MIT OR Apache-2.0"

editors/vscode-ori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ori-lang",
33
"displayName": "Ori Language",
44
"description": "Syntax highlighting for the Ori programming language",
5-
"version": "2026.4.9",
5+
"version": "2026.4.10",
66
"publisher": "ori-lang",
77
"engines": {
88
"vscode": "^1.75.0"

tools/ori-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ori-lsp"
3-
version = "2026.4.9-alpha.1"
3+
version = "2026.4.10-alpha.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/upstat-io/ori-lang"

0 commit comments

Comments
 (0)