Skip to content

Commit

Permalink
prep new version
Browse files Browse the repository at this point in the history
  • Loading branch information
alekcz committed Jul 22, 2021
1 parent 686e374 commit 973c4a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion resources/PCP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.2-beta.7
v0.0.2
2 changes: 1 addition & 1 deletion src/pcp/utility.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 973c4a9

Please sign in to comment.