diff options
author | git-marijus <mario@mariovavti.com> | 2018-05-11 13:02:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 13:02:37 +0200 |
commit | 7c1d1f8bd3abd2e7c31981f24ac840dc9c0ff035 (patch) | |
tree | ba366d4ce20c2d3133f8bcb3cef47fc09b78705f /vendor/sabre/vobject/lib/Version.php | |
parent | bcaa0dacdf94670401c3eedf1e648415d2c3ed06 (diff) | |
parent | dafe0afa65171f55146f49f3d45fb4c126073be9 (diff) | |
download | volse-hubzilla-7c1d1f8bd3abd2e7c31981f24ac840dc9c0ff035.tar.gz volse-hubzilla-7c1d1f8bd3abd2e7c31981f24ac840dc9c0ff035.tar.bz2 volse-hubzilla-7c1d1f8bd3abd2e7c31981f24ac840dc9c0ff035.zip |
Merge pull request #1168 from dawnbreak/dev
Fix composer.json
Diffstat (limited to 'vendor/sabre/vobject/lib/Version.php')
-rw-r--r-- | vendor/sabre/vobject/lib/Version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/vobject/lib/Version.php b/vendor/sabre/vobject/lib/Version.php index 67e8a4037..074b06c4b 100644 --- a/vendor/sabre/vobject/lib/Version.php +++ b/vendor/sabre/vobject/lib/Version.php @@ -14,6 +14,6 @@ class Version { /** * Full version number. */ - const VERSION = '4.1.5'; + const VERSION = '4.1.6'; } |