From 93fc6fd6685e714989d2b5d8ec9bded696cb0970 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 3 Dec 2023 11:16:48 -0600 Subject: Set version to 4.0.0 --- README.md | 2 +- VERSION | 1 + web/gn-uri.scm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 VERSION diff --git a/README.md b/README.md index 5822baa..7c5a47c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..fcdb2e1 --- /dev/null +++ b/VERSION @@ -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") -- cgit v1.2.3