Skip to content

Commit

Permalink
v1.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed May 16, 2024
1 parent c433609 commit 3777be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smartcat"
version = "1.2.2"
version = "1.3.0-rc.0"
authors = ["Emilien Fugier <[email protected]>"]
description = '''
Putting a brain behind `cat`.
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DEFAULT_PROMPT_NAME: &str = "default";
#[command(
name = "smartcat (sc)",
author = "Emilien Fugier",
version = "1.2.2",
version = "1.3.0-rc.0",
about = "Putting a brain behind `cat`. CLI interface to bring language models in the Unix ecosystem 🐈‍⬛",
long_about = None,
after_help = "Examples:
Expand Down

0 comments on commit 3777be3

Please sign in to comment.