aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2023-12-03 11:16:48 -0600
committerPjotr Prins2023-12-03 11:16:48 -0600
commit93fc6fd6685e714989d2b5d8ec9bded696cb0970 (patch)
tree1e1046f392dc142b214284bb3842aa8ff61779b0
parentcaaf3428dea7e58c23640b5b6f5950fe3796bc30 (diff)
downloadgn-guile-93fc6fd6685e714989d2b5d8ec9bded696cb0970.tar.gz
Set version to 4.0.0
-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")