Skip to content

Commit ca513cd

Browse files
committed
fixup! chore: add Release Please GHA workflow
1 parent 50a415a commit ca513cd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/version.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55

66
#define NCRYPTO_VERSION "1.0.1" // x-release-please-version
77

8-
namespace ncrypto {
9-
108
enum {
119
NCRYPTO_VERSION_MAJOR = 1, // x-release-please-major
1210
NCRYPTO_VERSION_MINOR = 0, // x-release-please-minor
1311
NCRYPTO_VERSION_REVISION = 1, // x-release-please-patch
1412
};
1513

16-
} // namespace ncrypto
17-
1814
#endif // NCRYPTO_VERSION_H_

0 commit comments

Comments
 (0)