Skip to content

Commit 08b07df

Browse files
committed
Update version to 2.3.0
1 parent 079e108 commit 08b07df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

objc/NuInternals.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
#ifndef NuInternals_h
99
#define NuInternals_h
1010

11-
#define NU_VERSION "2.2.2"
11+
#define NU_VERSION "2.3.0"
1212
#define NU_VERSION_MAJOR 2
13-
#define NU_VERSION_MINOR 2
14-
#define NU_VERSION_TWEAK 2
15-
#define NU_RELEASE_DATE "2017-04-17"
16-
#define NU_RELEASE_YEAR 2017
17-
#define NU_RELEASE_MONTH 04
18-
#define NU_RELEASE_DAY 17
13+
#define NU_VERSION_MINOR 3
14+
#define NU_VERSION_TWEAK 0
15+
#define NU_RELEASE_DATE "2019-07-28"
16+
#define NU_RELEASE_YEAR 2019
17+
#define NU_RELEASE_MONTH 07
18+
#define NU_RELEASE_DAY 28
1919

2020
#import "Nu.h"
2121

0 commit comments

Comments
 (0)