diff --git a/resources/public/robots.txt b/resources/public/robots.txt new file mode 100644 index 00000000..77470cb3 --- /dev/null +++ b/resources/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/src/cljs/orcpub/ver.cljc b/src/cljs/orcpub/ver.cljc index f0240255..faa65d39 100644 --- a/src/cljs/orcpub/ver.cljc +++ b/src/cljs/orcpub/ver.cljc @@ -1,5 +1,5 @@ (ns orcpub.ver) ; To be updated by build server -(defn version [] "v2.5.0.21") -(defn date [] "03-28-2021") +(defn version [] "v2.5.0.22") +(defn date [] "08-23-2021") (defn description [] "") \ No newline at end of file