Skip to content

Commit a39e982

Browse files
committed
[DOC] Missing constant
1 parent 4442542 commit a39e982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/etc/etc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ Init_etc(void)
11181118
RB_EXT_RACTOR_SAFE(true);
11191119
#endif
11201120
mEtc = rb_define_module("Etc");
1121+
/* The version */
11211122
rb_define_const(mEtc, "VERSION", rb_str_new_cstr(RUBY_ETC_VERSION));
11221123
init_constants(mEtc);
11231124

0 commit comments

Comments
 (0)