Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetrunna committed Nov 14, 2024
1 parent 1bd94cf commit 2b7aa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion studio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct Args {
pub subcommand_arg: Option<String>,
}

const VERSION: &str = "1.0.2";
const VERSION: &str = "1.6.7";
const HUB_URL: &str = "https://hub.shog.ai";
const NODE_REFRESH_RATE: u64 = 100;

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.6.7

0 comments on commit 2b7aa03

Please sign in to comment.