Skip to content

Commit ff57e2c

Browse files
author
robot
committed
Release v1.7.0
1 parent 8d54286 commit ff57e2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.7.0
12
* added environment credentials
23

34
## 1.6.0

src/Version.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2-
const MAJOR = "1";
3-
const MINOR = "6";
4-
const PATCH = "0";
2+
const MAJOR = 1;
3+
const MINOR = 7;
4+
const PATCH = 0;
5+

0 commit comments

Comments
 (0)