We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3f73 commit 3a4117bCopy full SHA for 3a4117b
src/mac/app-Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>0.7.5</string>
+ <string>0.8.0</string>
23
<key>NSPrincipalClass</key>
24
<string>NSApplication</string>
25
<key>LSMinimumSystemVersion</key>
src/nw_version.h
@@ -38,7 +38,7 @@
38
#else
39
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
40
NW_STRINGIFY(NW_MINOR_VERSION) "." \
41
- NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
+ NW_STRINGIFY(NW_PATCH_VERSION) "-rc1"
42
#endif
43
44
#define NW_VERSION "v" NW_VERSION_STRING
0 commit comments