Skip to content

Commit 2c21dac

Browse files
committed
update(core): Increment Version
1 parent a22951a commit 2c21dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ const char *Swiftly::GetLicense()
631631

632632
const char *Swiftly::GetVersion()
633633
{
634-
return "v1.0.0";
634+
return "v1.0.1";
635635
}
636636

637637
const char *Swiftly::GetDate()

0 commit comments

Comments
 (0)