Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.3.2 #31

Merged
merged 1 commit into from
Jun 9, 2024
Merged

release: 0.3.2 #31

merged 1 commit into from
Jun 9, 2024

Conversation

narugit
Copy link
Owner

@narugit narugit commented Jun 9, 2024

No description provided.

@@ -33,7 +33,7 @@
#define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))

namespace smctemp {
const std::string kVersion = "0.3.1";
const std::string kVersion = "0.3.2";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[cpplint] reported by reviewdog 🐶
For a static/global string constant, use a C style string instead: "const char kVersion[]". [runtime/string] [4]

@narugit narugit merged commit dc5a607 into main Jun 9, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant