diff options
author | Pjotr Prins | 2023-12-03 11:16:48 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-12-03 11:16:48 -0600 |
commit | 93fc6fd6685e714989d2b5d8ec9bded696cb0970 (patch) | |
tree | 1e1046f392dc142b214284bb3842aa8ff61779b0 /web/gn-uri.scm | |
parent | caaf3428dea7e58c23640b5b6f5950fe3796bc30 (diff) | |
download | gn-guile-93fc6fd6685e714989d2b5d8ec9bded696cb0970.tar.gz |
Set version to 4.0.0
Diffstat (limited to 'web/gn-uri.scm')
-rw-r--r-- | web/gn-uri.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |