We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982460 commit 95e7a92Copy full SHA for 95e7a92
project.clj
@@ -1,4 +1,4 @@
1
-(defproject spamscope "2.3.0-dev-SNAPSHOT"
+(defproject spamscope "2.3.0-SNAPSHOT"
2
:resource-paths ["_resources"]
3
:target-path "_build"
4
:min-lein-version "2.0.0"
src/options.py
@@ -19,7 +19,7 @@
19
20
from os.path import join
21
22
-__version__ = "2.3.0-dev"
+__version__ = "2.3.0"
23
__configuration_path__ = "/etc/spamscope"
24
25
__defaults__ = {
0 commit comments