Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston committed Oct 16, 2023
1 parent 995f7f5 commit 219df88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/experimental/server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn init_log(log: &LogConfig) -> WorkerGuard {

fn main() -> Result<()> {
let args_match = App::new("Uniffle Worker")
.version("1.0")
.version("0.9.0-SNAPSHOT")
.about("Rust based shuffle server for Apache Uniffle")
.arg(
Arg::with_name("config")
Expand Down

0 comments on commit 219df88

Please sign in to comment.