Moving to version 1.7 with caching.

This commit is contained in:
Amine 2018-10-14 15:59:02 +02:00
parent 12dc206323
commit de337fd260
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
**1.7.x**
- Closing #1. Initial article caching.
**1.6.x** **1.6.x**
- Handling hidden tags. - Handling hidden tags.

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
BASE_VERSION="1.6" BASE_VERSION="1.7"
TODAYS_VERSION="1" TODAYS_VERSION="1"
VERSION="${BASE_VERSION//./}$(date '+%y%m%j')$TODAYS_VERSION" VERSION="${BASE_VERSION//./}$(date '+%y%m%j')$TODAYS_VERSION"