diff options
author | Carlos Fenollosa <carlos@cfenollosa.com> | 2021-11-04 20:09:13 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos@cfenollosa.com> | 2021-11-04 20:09:13 +0100 |
commit | 1715ee1d605e4619a377dcbd14e6c004d9db4402 (patch) | |
tree | 8356941c728522e20d28d103687cebfbe6ecb27d | |
parent | adf76adaf15157641b807fcdb1e0662f615bec70 (diff) |
Bumped version to 2.10
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | bb.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ As a guideline, pull requests should: Changelog --------- - +- 2.10 Added `global_twitter_card_image` - 2.9 Added `body_begin_file_index` - 2.8 Bugfixes<br/> Slavic language support thanks to Tomasz Jadowski<br/> @@ -17,7 +17,7 @@ global_config=".config" # by the 'global_config' file contents global_variables() { global_software_name="BashBlog" - global_software_version="2.9" + global_software_version="2.10" # Blog title global_title="My fancy blog" |