Skip to content

Commit 73b28f2

Browse files
committed
Bump the version to 0.1.2
1 parent 2a23cf8 commit 73b28f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
2727
- CPU Architecture: [e.g. `x86_64`]
2828
- Operating System - Distro : Version/Build: [e.g. `Linux - Ubuntu : 20.04`]
2929
- C Compiler Name and Version [e.g. `gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0`]
30-
- Chaos Language Version [e.g. `Chaos Language 0.1.1 (Dec 16 2020 00:59:03)`]
30+
- Chaos Language Version [e.g. `Chaos Language 0.1.2 (Dec 25 2020 16:48:40)`]
3131

3232
**Additional context**
3333
Add any other context about the problem here.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Type "apropos word" to search for commands related to "word".
8787
Reading symbols from chaos...done.
8888
(gdb) run
8989
Starting program: /home/mertyildiran/Documents/chaos/chaos
90-
Chaos Language 0.1.1 (Dec 16 2020 00:59:03)
90+
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
9191
GCC version: 9.3.0 on linux
9292
Turn chaos into magic!
9393
@@ -113,7 +113,7 @@ the parsing and execution order using the Abstract Syntax Tree (AST):
113113

114114
```
115115
$ chaos -d
116-
Chaos Language 0.1.1 (Dec 16 2020 00:59:03)
116+
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
117117
GCC version: 9.3.0 on linux
118118
Turn chaos into magic!
119119

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ make install
100100

101101
```shell
102102
$ chaos
103-
Chaos Language 0.1.1 (Dec 16 2020 00:59:03)
103+
Chaos Language 0.1.2 (Dec 25 2020 16:48:40)
104104
GCC version: 9.3.0 on linux
105105
Turn chaos into magic!
106106

utilities/language.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define __KAOS_LANGUAGE_NAME__ "Chaos"
2727
#define __KAOS_VERSION_MAJOR__ 0
2828
#define __KAOS_VERSION_MINOR__ 1
29-
#define __KAOS_VERSION_PATCHLEVEL__ 1
29+
#define __KAOS_VERSION_PATCHLEVEL__ 2
3030
#define __KAOS_LANGUAGE_FILE_EXTENSION__ "kaos"
3131
#define __KAOS_LANGUAGE_MOTTO__ "Turn chaos into magic!"
3232
#define __KAOS_LANGUAGE_KEYWORD_COUNT__ 33

0 commit comments

Comments
 (0)