Skip to content

Commit

Permalink
- ci: prepare release 0.3.0 (#18)
Browse files Browse the repository at this point in the history
* - fix: tests

* - fix: bump package version
  • Loading branch information
agallardol authored Mar 24, 2024
1 parent 05f900a commit 804aa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaivm"
version = "0.2.0"
version = "0.3.0"
description = "KAIVM is a multiplatform Command Line Interface (CLI) designed to simplify the process of downloading, managing, configuring, and running different versions of Shinkai Node"
authors = ["Alfredo Gallardo <agallardol@outlook.com>"]
homepage = "https://github.com/agallardol/kaivm"
Expand Down
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn test_cli_subcommands() {
.collect();
assert_eq!(
subcommands,
vec!["list", "install", "use", "version", "node"]
vec!["list", "list-remote", "install", "use", "version", "node"]
);
}

Expand Down

0 comments on commit 804aa3f

Please sign in to comment.