diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/benoit/benoit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/benoit/benoit.rs b/source/benoit/benoit.rs index da40689..df2d104 100644 --- a/source/benoit/benoit.rs +++ b/source/benoit/benoit.rs @@ -41,7 +41,7 @@ pub struct Version<T> { pub const VERSION: Version::<u32> = Version::<u32> { major: 0x1, minor: 0x2, - patch: 0x0, + patch: 0x1, }; pub const PRECISION: u32 = 0x80; |