Skip to content

Commit 3f61475

Browse files
committed
Updated version
1 parent 2e1d0b6 commit 3f61475

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "src/native/System.h"
2020
#include "src/native/Time.h"
2121

22-
2322
void registerNatives(Interpreter &interpreter) {
2423
// Time.h
2524
interpreter.addNativeFunction("__native_time", __nativeTime);
@@ -170,7 +169,7 @@ int main(int argc, char *argv[]) {
170169
if (help) {
171170
std::cout << "GW Informations: \n"
172171
<< "- GitHub: https://github.com/Program132/GW/ \n"
173-
<< "- Version: 1.0.0\n"
172+
<< "- Version: 1.1.0\n"
174173
<< "How to use: \n"
175174
<< "- ./GW <filename> : Run the program and interpret the code "
176175
"from the file\n"

0 commit comments

Comments
 (0)