We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f741c6 commit 3572de5Copy full SHA for 3572de5
config.sh
@@ -32,8 +32,8 @@ export UPLOAD_SUFFIX="rspamd.com/dist/"
32
export SSH_HOST_X86="example.com"
33
export SSH_HOST_AARCH64="example.com"
34
35
-export RSPAMD_VER_UNSTABLE="3.10.0"
36
-export RSPAMD_VER_STABLE="3.9.1"
+export RSPAMD_VER_UNSTABLE="3.11.0"
+export RSPAMD_VER_STABLE="3.10.0"
37
38
if [ -n "${STABLE}" ] ; then
39
export RSPAMD_VER="${RSPAMD_VER_STABLE}"
0 commit comments