Skip to content

Commit 7ad36ee

Browse files
committed
bump version to 0.39.0-beta1
1 parent 98a661b commit 7ad36ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ vars = {
107107
# as an expression.
108108
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
109109

110-
'nw_src_revision': 'f4054aef4da167121a2669ab0e7c705e2d148884',
110+
'nw_src_revision': '2dba1de7561b27ad627b48eebf91c0c42c53d20f',
111111
'nw_v8_revision': '3ef7e7ec6522b1b8657d90419a68d6a396b50e30',
112112
'nw_node_revision': 'ddc6551b20ebc666f8be54a999605538162ccbb0',
113113
# ANGLE's deps are relative to the angle_root variable.

src/nw_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#else
4040
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
4141
NW_STRINGIFY(NW_MINOR_VERSION) "." \
42-
NW_STRINGIFY(NW_PATCH_VERSION) "-alpha1"
42+
NW_STRINGIFY(NW_PATCH_VERSION) "-beta1"
4343
#endif
4444

4545
#define NW_VERSION "v" NW_VERSION_STRING

0 commit comments

Comments
 (0)