summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/benoit/benoit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/benoit/benoit.rs b/source/benoit/benoit.rs
index 1214d16..c384b5b 100644
--- a/source/benoit/benoit.rs
+++ b/source/benoit/benoit.rs
@@ -45,7 +45,7 @@ pub struct Version<T> {
pub const VERSION: Version::<u32> = Version::<u32> {
major: 0x2,
minor: 0x1,
- patch: 0x0,
+ patch: 0x1,
};
pub const PRECISION: u32 = 0x80;