diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-08-26 21:08:56 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-08-26 21:08:56 -0400 |
commit | 5e95b04c136ed500b4923352a1bee4f3f391646c (patch) | |
tree | 655369f5fc464a0b9ecc2e381615be63b6111f86 /project.clj | |
parent | 1ec46b5407ac719bc85019a791511d0f5df1d6f5 (diff) |
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 9db96b3..26685f4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bitgloo-web "0.5" +(defproject bitgloo-web "0.7" :description "bitgloo website framework" :url "https://bitgloo.com" :license {:name "GPL-3.0-or-later" :url "https://www.gnu.org/licenses/gpl-3.0.en.html"} |