Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
karnpapon committed Apr 6, 2024
1 parent cf6d05f commit a1c14c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const DEFAULT_PORT: u16 = 57110;

fn main() {
let _app = clap_app!(oscd =>
(version: "0.1.4")
(version: "0.1.5")
(author: "Karnpapon Boonput <karnpapon@gmail.com>")
(about: "a simple interactive OSC debugger")
)
Expand Down

0 comments on commit a1c14c8

Please sign in to comment.