Skip to content

Commit ae4d2cb

Browse files
chore: bump version to 2.8.11 across all packages (#2128)
1 parent 2f26198 commit ae4d2cb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raven-web",
33
"private": true,
44
"license": "AGPL-3.0-only",
5-
"version": "2.8.10",
5+
"version": "2.8.11",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "raven",
4-
"version": "2.8.10",
4+
"version": "2.8.11",
55
"description": "Messaging Application",
66
"workspaces": [
77
"frontend",

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.8.10"
1+
__version__ = "2.8.11"
22

33
from raven.raven_integrations.doctype.raven_incoming_webhook.raven_incoming_webhook import ( # noqa
44
handle_incoming_webhook as webhook,

raven/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-app",
3-
"version": "2.8.10",
3+
"version": "2.8.11",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)