Skip to content

Commit 753125a

Browse files
authored
Merge pull request #12 from hatlabs/release_1.0.0
Release 1.0.0
2 parents d8e93b3 + 36206cb commit 753125a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.1
2+
current_version = 1.0.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release_name>[a-z]+)\.(?P<release_num>\d+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
1.0.0

src/firmware_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
constexpr char const * kFirmwareName = "SH-wg/dev";
88

99
/** Firmware version string*/
10-
constexpr char const * kFirmwareVersion = "0.7.1";
10+
constexpr char const * kFirmwareVersion = "1.0.0";
1111

1212
/** Firmware version encoded in an easily sortable uint32_t value */
13-
constexpr uint32_t kFirmwareHexVersion = 0x000701ff;
13+
constexpr uint32_t kFirmwareHexVersion = 0x010000ff;
1414

1515
#endif

0 commit comments

Comments
 (0)