commit 6551f492b7c06e1d1a6bed3561951df73c17bf3d
parent 3e5fea70cd3931570b7e5c501529b0a05a6f5ee1
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 16 Mar 2018 10:57:52 +0100
Switch generator version to use semver, and yes 1.0.0 is coming soon
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/motyl.rb b/src/motyl.rb
@@ -29,7 +29,7 @@ end
# Loading configuration
data = {
- 'version' => 'Motyl 1.00',
+ 'version' => 'Motyl 1.0.0',
'updated' => Time.now.strftime('%Y-%m-%dT%XZ'),
'site' => YAML.load_file('motyl.conf'),
'posts' => [],