Skip to content

Commit

Permalink
fix version in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Viebrock committed Aug 5, 2022
1 parent eb3af04 commit 3db7266
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 0
:patch: 1
:patch: 2
:special: ''
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.2 - 05-Aug-2022

- Fix the version as reported in export files (#41, thanks @pemedina)


## 2.0.1 - 28-Dec-2020

- Create separate migrations to handle foreign keys (#37, thanks @rootrus)
Expand Down
2 changes: 1 addition & 1 deletion src/MigrationParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MigrationParser
/**
* @var string
*/
protected $version = '1.8.1';
protected $version = '2.0.2';

/**
* @var array
Expand Down

0 comments on commit 3db7266

Please sign in to comment.