From e8085aebbfa737be16cb66f81f8c3fef4856d55f Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Sun, 20 Jul 2025 19:21:40 -0400 Subject: Run nightly release with version information --- src/main.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.odin b/src/main.odin index f28299e..a77b2b4 100644 --- a/src/main.odin +++ b/src/main.odin @@ -19,7 +19,7 @@ import "core:sys/windows" import "src:common" import "src:server" -VERSION :: "dev-2024-11-9:g584f01b" +VERSION := #config(VERSION, "dev") os_read :: proc(handle: rawptr, data: []byte) -> (int, int) { ptr := cast(^os.Handle)handle -- cgit v1.2.3