diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 1 | ||||
-rw-r--r-- | web/gn-uri.scm | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# GN3 Guile Webservice +# GN4 Guile Webservice This directory provides a Guile web service incl. the new REST API. It is used in conjunction with the Python web services and (very much) WIP. @@ -0,0 +1 @@ +4.0.0 diff --git a/web/gn-uri.scm b/web/gn-uri.scm index 5d95cd8..b849e95 100644 --- a/web/gn-uri.scm +++ b/web/gn-uri.scm @@ -36,7 +36,7 @@ )) (define get-version - "2.0") + "4.0.0") ; (define base-url ; "https://luna.genenetwork.org") |