guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: website: Bump to 0.15.0.


From: Ludovic Courtès
Subject: 01/05: website: Bump to 0.15.0.
Date: Tue, 24 Jul 2018 08:36:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit af3165d07df403dfe12946167a7bf730f0191c5c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 6 14:13:36 2018 +0200

    website: Bump to 0.15.0.
    
    * website/apps/base/utils.scm (latest-guix-version): Bump to 0.15.0.
---
 website/apps/base/utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/apps/base/utils.scm b/website/apps/base/utils.scm
index ce08f85..5de9c27 100644
--- a/website/apps/base/utils.scm
+++ b/website/apps/base/utils.scm
@@ -1,5 +1,5 @@
 ;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2013 Alex Sassmannshausen <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
@@ -46,7 +46,7 @@
   (make-parameter "/software/guix/")) ; Path to GNU Guix site in gnu.org
 
 (define latest-guix-version
-  (make-parameter "0.14.0"))
+  (make-parameter "0.15.0"))
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]