commit 4585fffbe6d0d2f47aaae67ad67adc3bad5bbc8b
parent 4b0ad3c17b5e113bc44c7e961bf821e9d9e2850c
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 28 Jan 2019 12:17:35 +0100
Fix embedded version string, current version is 1.0.1.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/motyl b/bin/motyl
@@ -39,7 +39,7 @@ end
# Loading configuration
data = {
- 'version' => 'Motyl 1.0.0',
+ 'version' => 'Motyl 1.0.1',
'updated' => Time.now.strftime('%Y-%m-%dT%XZ'),
'site' => YAML.load_file('motyl.conf'),
'posts' => [],