Skip to content

Commit 24318f2

Browse files
committed
Version bump to v0.2.0
Signed-off-by: Slendi <slendi@socopon.com>
1 parent dfa5a9f commit 24318f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set example=0
1818
goto parse_args
1919
:after_args
2020

21-
set VERSION=v0.1.1
21+
set VERSION=v0.2.0
2222

2323
echo Fetching mongoose.
2424
curl -LO https://raw.githubusercontent.com/cesanta/mongoose/refs/heads/master/mongoose.c

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="v0.1.1"
5+
VERSION="v0.2.0"
66

77
release=0
88
example=0

0 commit comments

Comments
 (0)