Skip to content

Commit

Permalink
Merge pull request PrestaShop#21124 from PierreRambaud/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.7.6.8, bump contactform version
  • Loading branch information
PierreRambaud authored Sep 24, 2020
2 parents 12c29b5 + c313322 commit 4b4290b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
- $HOME/.composer/cache

sudo: required
dist: trusty
dist: xenial

php:
- 5.6
Expand Down
4 changes: 2 additions & 2 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

class AppKernel extends Kernel
{
const VERSION = '1.7.6.7';
const VERSION = '1.7.6.8';
const MAJOR_VERSION_STRING = '1.7';
const MAJOR_VERSION = 17;
const MINOR_VERSION = 6;
const RELEASE_VERSION = 7;
const RELEASE_VERSION = 8;

/**
* @{inheritdoc}
Expand Down
18 changes: 10 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b4290b

Please sign in to comment.