aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--VERSION1
-rw-r--r--web/gn-uri.scm2
3 files changed, 3 insertions, 2 deletions
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")