Files
boc/rust-service/target/release/build/rustversion-2c6ad59c7018b052/out/version.expr
T
Bernt (LandveX AI) 67a69ab073 feat(boc): v1.0 - Complete Business Operations Center
- Go backend API with full CRUD for all modules
- Rust analytics service with parallel processing
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables
- Redis cache, Kafka event streaming
- WebSocket hub, automation engine
- PDF generation, Resend email integration
- JWT auth, multi-tenant
- Docker Compose deployment
- Nginx reverse proxy

Refs: BOC-001
2026-07-12 13:21:10 +00:00

6 lines
103 B
Plaintext

crate::version::Version {
minor: 96,
patch: 0,
channel: crate::version::Channel::Stable,
}