Skip to content

Commit e4b9dcb

Browse files
chore: reset versioning to 0.0.1 after tag cleanup
1 parent 54bdd9c commit e4b9dcb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

dashboard/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sentracore_dashboard
22
description: SentraCore System Intelligence Dashboard — real-time system health monitoring, stress visualization, and root-cause analysis.
33
publish_to: 'none'
4-
version: 1.0.3+1
4+
version: 0.0.1+1
55

66
environment:
77
sdk: ^3.6.0

engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
insights with safe optimization recommendations.
77
"""
88

9-
__version__ = "1.0.3"
9+
__version__ = "0.0.1"
1010
__app_name__ = "SentraCore"

engine/api/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def create_app() -> FastAPI:
114114
app = FastAPI(
115115
title="SentraCore API",
116116
description="Local system behavior intelligence API",
117-
version="1.0.3",
117+
version="0.0.1",
118118
docs_url="/docs",
119119
redoc_url="/redoc",
120120
)

installer/sentracore.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Setup]
22
AppName=SentraCore
3-
AppVersion=1.0.3
3+
AppVersion=0.0.1
44
AppPublisher=SentraCore Development Team
55
DefaultDirName={autopf}\SentraCore
66
DefaultGroupName=SentraCore
77
OutputDir=..\dist
8-
OutputBaseFilename=SentraCore_Setup_v1.0.3
8+
OutputBaseFilename=SentraCore_Setup_v0.0.1
99
Compression=lzma
1010
SolidCompression=yes
1111
; Use the same brandmark icon as the dashboard

0 commit comments

Comments
 (0)