Skip to content

Commit 2494cb7

Browse files
committed
release: mapache v3.10.2
1 parent 386ede7 commit 2494cb7

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

auth/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (s ServiceInfo) PathPrefix() string {
2121

2222
var Service = ServiceInfo{
2323
Name: "Auth",
24-
Version: "3.10.1",
24+
Version: "3.10.2",
2525
}
2626

2727
var SkipAuthCheck = os.Getenv("SKIP_AUTH_CHECK") == "true"

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mp_dashboard",
33
"private": true,
4-
"version": "3.10.1",
4+
"version": "3.10.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

gr26/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (s ServiceInfo) PathPrefix() string {
2121

2222
var Service = ServiceInfo{
2323
Name: "GR26",
24-
Version: "3.10.1",
24+
Version: "3.10.2",
2525
}
2626

2727
var SkipAuthCheck = os.Getenv("SKIP_AUTH_CHECK") == "true"

live/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (s ServiceInfo) PathPrefix() string {
2121

2222
var Service = ServiceInfo{
2323
Name: "Live",
24-
Version: "3.10.1",
24+
Version: "3.10.2",
2525
}
2626

2727
var Env = os.Getenv("ENV")

p987/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (s ServiceInfo) PathPrefix() string {
2121

2222
var Service = ServiceInfo{
2323
Name: "P987",
24-
Version: "3.10.1",
24+
Version: "3.10.2",
2525
}
2626

2727
// TopicRoot is the first topic segment the relay publishes under. It is

query/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "query"
3-
version = "3.10.1"
3+
version = "3.10.2"
44
description = ""
55
authors = [
66
{name = "Bharat Kathi",email = "bkathi@ucsb.edu"},

vehicle/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (s ServiceInfo) PathPrefix() string {
2121

2222
var Service = ServiceInfo{
2323
Name: "Vehicle",
24-
Version: "3.10.1",
24+
Version: "3.10.2",
2525
}
2626

2727
var Env = os.Getenv("ENV")

0 commit comments

Comments
 (0)