Skip to content

Commit 0ac2b40

Browse files
committed
Release 1.0.0
1 parent cfa5611 commit 0ac2b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/oap-common/include/oap_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#include <stdint.h>
3737
#include "esp_err.h"
3838

39-
#define OAP_VER_MAJOR 0
40-
#define OAP_VER_MINOR 6
39+
#define OAP_VER_MAJOR 1
40+
#define OAP_VER_MINOR 0
4141
#define OAP_VER_PATCH 0
4242

4343
typedef struct {

0 commit comments

Comments
 (0)