summaryrefslogtreecommitdiff
path: root/src/aas.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/aas.rs')
-rw-r--r--src/aas.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aas.rs b/src/aas.rs
index 03eba25..78302eb 100644
--- a/src/aas.rs
+++ b/src/aas.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
@@ -34,7 +34,7 @@ pub use is_valid_character::*;
pub const VERSION: (u32, u32, u32) = (
0x0, // Major
- 0x1, // Minor
+ 0x2, // Minor
0x0, // Patch
);