From 973c4a94ef9ab7e94ffc81302b2f109096cc0810 Mon Sep 17 00:00:00 2001 From: Alex Oloo Date: Thu, 22 Jul 2021 15:51:27 +0200 Subject: [PATCH] prep new version --- project.clj | 2 +- resources/PCP_VERSION | 2 +- src/pcp/utility.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 0010a1a..73eedcc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pcp "0.0.2-beta.7" +(defproject pcp "0.0.2" :description "PCP: Clojure Processor - A Clojure replacement for PHP" :url "https://github.com/alekcz/pcp" :license {:name "The MIT License" diff --git a/resources/PCP_VERSION b/resources/PCP_VERSION index 71eae94..90ab6e9 100644 --- a/resources/PCP_VERSION +++ b/resources/PCP_VERSION @@ -1 +1 @@ -v0.0.2-beta.7 \ No newline at end of file +v0.0.2 \ No newline at end of file diff --git a/src/pcp/utility.clj b/src/pcp/utility.clj index 036347f..a19d692 100644 --- a/src/pcp/utility.clj +++ b/src/pcp/utility.clj @@ -18,7 +18,7 @@ (def root (atom nil)) (def scgi (atom "9000")) -(def version "v0.0.2-beta.7") +(def version "v0.0.2") (defn keydb [] (or (env :pcp-keydb) "/usr/local/etc/pcp-db"))