We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa5a9f commit 24318f2Copy full SHA for 24318f2
build.bat
@@ -18,7 +18,7 @@ set example=0
18
goto parse_args
19
:after_args
20
21
-set VERSION=v0.1.1
+set VERSION=v0.2.0
22
23
echo Fetching mongoose.
24
curl -LO https://raw.githubusercontent.com/cesanta/mongoose/refs/heads/master/mongoose.c
build.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-VERSION="v0.1.1"
+VERSION="v0.2.0"
6
7
release=0
8
example=0
0 commit comments