Skip to content

Commit

Permalink
Merge pull request #23 from robbert-vdh/update/clap-1.1.2
Browse files Browse the repository at this point in the history
Update for CLAP 1.1.2
  • Loading branch information
glowcoil authored Feb 17, 2023
2 parents 6a78969 + 8faf105 commit 40f8880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub struct clap_version {

pub const CLAP_VERSION_MAJOR: u32 = 1;
pub const CLAP_VERSION_MINOR: u32 = 1;
pub const CLAP_VERSION_REVISION: u32 = 1;
pub const CLAP_VERSION_REVISION: u32 = 2;

pub const CLAP_VERSION: clap_version = clap_version {
major: CLAP_VERSION_MAJOR,
Expand Down

0 comments on commit 40f8880

Please sign in to comment.