Skip to content

Commit a492ddb

Browse files
authored
chore: prepare for release v0.8.2 (#44)
* chore: prepare for release v0.8.2 * enh: use a constexpr variable to define version
1 parent eece29b commit a492ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
#define TAOSGEN_VERSION "0.8.1"
2+
inline constexpr const char* TAOSGEN_VERSION = "0.8.2";

0 commit comments

Comments
 (0)