Skip to content

Commit 5486f7a

Browse files
author
robot
committed
Release v1.13.2
1 parent e615c95 commit 5486f7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.13.2
12
### Bugs
23

34
* fixed case with unexisting rows in query result

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
33
const MINOR = "13";
4-
const PATCH = "1";
4+
const PATCH = "2";
55

0 commit comments

Comments
 (0)