Skip to content

Commit b3bc835

Browse files
committed
fix(version): Update version to 0.0.1-alpha-9c in compilation unit and xmake.lua
1 parent 8b4f986 commit b3bc835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/controller/source/core/compilation_unit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void process_paths(std::vector<T> &paths,
110110
}
111111

112112
int CompilationUnit::compile(int argc, char **argv) {
113-
__CONTROLLER_CLI_N::CLIArgs parsed_args(argc, argv, "Helix v0.0.1-alpha-179a");
113+
__CONTROLLER_CLI_N::CLIArgs parsed_args(argc, argv, "Helix v0.0.1-alpha-9c");
114114
check_exit(parsed_args);
115115

116116
return compile(parsed_args);

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set_project ("helix-lang")
2-
set_version ("0.0.1-alpha-51b", { soname = true })
2+
set_version ("0.0.1-alpha-9c", { soname = true })
33
set_description("The Helix Compiler. Python's Simplicity, Rust inspired Syntax, and C++'s Power")
44

55
add_rules("mode.debug", "mode.release")

0 commit comments

Comments
 (0)