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 47393da commit 620f8e4Copy full SHA for 620f8e4
project.clj
@@ -1,4 +1,4 @@
1
-(defproject spamscope "2.5.0-SNAPSHOT"
+(defproject spamscope "2.6.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.5.0"
+__version__ = "2.6.0"
23
__configuration_path__ = "/etc/spamscope"
24
25
__defaults__ = {
0 commit comments