Skip to content

Commit 8e02f37

Browse files
authored
Merge pull request #6021 from Countly/ar2rsawseen-patch-39
[version] 25.03
2 parents 053cc3f + 4d343f4 commit 8e02f37

9 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/upgrade/24.12/upgrade_db.sh bin/upgrade/25.03/upgrade_db.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VER="24.12"
3+
VER="25.03"
44

55
CONTINUE="$(countly check before upgrade db "$VER")"
66

bin/upgrade/24.12/upgrade_fs.sh bin/upgrade/25.03/upgrade_fs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Running filesystem modifications"
44

5-
VER="24.12"
5+
VER="25.03"
66

77
CONTINUE="$(countly check before upgrade fs "$VER")"
88

frontend/express/version.info.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var versionInfo = {
2-
version: "24.12",
2+
version: "25.03",
33
type: "777a2bf527a18e0fffe22fb5b3e322e68d9c07a6"
44
};
55
try {
@@ -9,4 +9,4 @@ try {
99
catch (_) {
1010
//silent try
1111
}
12-
module.exports = versionInfo;
12+
module.exports = versionInfo;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-server",
3-
"version": "24.12.0",
3+
"version": "25.03.0",
44
"description": "innovative, real-time, open source mobile analytics application",
55
"keywords": [
66
"analytics",

0 commit comments

Comments
 (0)