Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed Feb 28, 2024
1 parent 22bc8d2 commit 1f90985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xformer/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
namespace xformer {

unsigned majorVersion = 1;
unsigned minorVersion = 1;
unsigned patchVersion = 1;
unsigned minorVersion = 2;
unsigned patchVersion = 0;

} // namespace xformer

Expand Down

0 comments on commit 1f90985

Please sign in to comment.