diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | shaarli_version.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f72436b..652fb63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - UNPUBLISHED | 7 | ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 |
8 | ### Changed | 8 | ### Changed |
9 | - Build the Docker images from the local Git sources | 9 | - Build the Docker images from the local Git sources |
10 | 10 | ||
diff --git a/shaarli_version.php b/shaarli_version.php index 6bd0f829..a56e8619 100644 --- a/shaarli_version.php +++ b/shaarli_version.php | |||
@@ -1 +1 @@ | |||
<?php /* 0.9.6 */ ?> | <?php /* 0.9.7 */ ?> | ||