Skip to content

Commit

Permalink
bump version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
withered-magic committed Apr 3, 2024
1 parent 8a1da6f commit 8387409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starpls/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn main() -> anyhow::Result<()> {
}

fn run_server() -> anyhow::Result<()> {
eprintln!("server: starpls, v0.1.5");
eprintln!("server: starpls, v0.1.6");

// Create the transport over stdio.
let (connection, io_threads) = Connection::stdio();
Expand Down

0 comments on commit 8387409

Please sign in to comment.