diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2016-10-24 15:52:33 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2016-10-24 15:52:33 +0200 |
commit | b5a459022d4c592b137be728df03b827655a49dc (patch) | |
tree | e38529261f5b666ac23e2f3e34d99847d3c20146 /bb.sh | |
parent | 5c8e0e56e18e2e0bf4a6ffa3bc46911bd3f0bdb4 (diff) |
bump version to 2.8
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ global_config=".config" # by the 'global_config' file contents global_variables() { global_software_name="BashBlog" - global_software_version="2.7" + global_software_version="2.8" # Blog title global_title="My fancy blog" |