Skip to content

Commit 4e16fb0

Browse files
committed
Release 4.0.1
1 parent 129d8f2 commit 4e16fb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/class-LINE.LINEBot.Constant.Meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Meta</h1>
125125
<td class="value">
126126
<div>
127127
<a href="#VERSION" class="anchor pull-right">#</a>
128-
<code><span class="php-quote">'4.0.0'</span></code>
128+
<code><span class="php-quote">'4.0.1'</span></code>
129129
</div>
130130
</td>
131131
</tr>

docs/source-class-LINE.LINEBot.Constant.Meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</span><span class="l" id="line-20">
8080
</span><span class="l" id="line-21"><span class="php-keyword1">class</span> Meta
8181
</span><span class="l" id="line-22">{
82-
</span><span class="l" id="line-23"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'4.0.0'</span>;
82+
</span><span class="l" id="line-23"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'4.0.1'</span>;
8383
</span><span class="l" id="line-24">}
8484
</span><span class="l" id="line-25"></span><br></code></pre>
8585
</div>

src/LINEBot/Constant/Meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
class Meta
2222
{
23-
const VERSION = '4.0.0';
23+
const VERSION = '4.0.1';
2424
}

0 commit comments

Comments
 (0)