Skip to content

Commit

Permalink
🔖 (release): Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 11, 2023
1 parent 1fe3e43 commit 8646e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/os_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion libs/FirmwareKit/tests/FirmwareKit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FirmwareKitTest : public ::testing::Test
// void SetUp() override {}
// void TearDown() override {}

Version current_version = Version {1, 2, 0};
Version current_version = Version {1, 3, 0};

std::string current_version_str = OS_VERSION;

Expand Down

0 comments on commit 8646e48

Please sign in to comment.