Skip to content

Commit c048317

Browse files
committed
fix(core/entrypoint): Version Concatenation
1 parent 22f86e6 commit c048317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/entrypoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const char* SwiftlyS2::GetVersion()
388388
#ifndef SWIFTLY_VERSION
389389
return "Local";
390390
#else
391-
return "v"SWIFTLY_VERSION;
391+
return SWIFTLY_VERSION;
392392
#endif
393393
}
394394

0 commit comments

Comments
 (0)