We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8e93b3 + 36206cb commit 753125aCopy full SHA for 753125a
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1
+current_version = 1.0.0
3
commit = True
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release_name>[a-z]+)\.(?P<release_num>\d+))?
VERSION
@@ -1 +1 @@
-0.7.1
+1.0.0
src/firmware_info.h
@@ -7,9 +7,9 @@
7
constexpr char const * kFirmwareName = "SH-wg/dev";
8
9
/** Firmware version string*/
10
-constexpr char const * kFirmwareVersion = "0.7.1";
+constexpr char const * kFirmwareVersion = "1.0.0";
11
12
/** Firmware version encoded in an easily sortable uint32_t value */
13
-constexpr uint32_t kFirmwareHexVersion = 0x000701ff;
+constexpr uint32_t kFirmwareHexVersion = 0x010000ff;
14
15
#endif
0 commit comments