Skip to content

Commit 6c0445b

Browse files
committed
bump: fix version 0.4.10
1 parent c837d46 commit 6c0445b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "0.4.9"
15+
version = "0.4.10"
1616
)
1717

1818
func main() {

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-core/cli",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Official CLI tool for OpenCore Framework",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)