chore: bump version to 2026.01.006
All checks were successful
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m20s
Basil CI/CD Pipeline / Web Tests (push) Successful in 1m21s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m16s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m37s
Basil CI/CD Pipeline / API Tests (push) Successful in 1m42s
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m27s
Basil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 5m1s
Basil CI/CD Pipeline / Trigger Deployment (push) Successful in 13s

This commit is contained in:
Paul R Kartchner
2026-01-19 21:38:55 -07:00
parent 8d6ddd7e8f
commit 0e941db4e6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3) * Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
* Month and patch are zero-padded. Patch increments with each deployment in a month. * Month and patch are zero-padded. Patch increments with each deployment in a month.
*/ */
export const APP_VERSION = '2026.01.005'; export const APP_VERSION = '2026.01.006';

View File

@@ -3,4 +3,4 @@
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3) * Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
* Month and patch are zero-padded. Patch increments with each deployment in a month. * Month and patch are zero-padded. Patch increments with each deployment in a month.
*/ */
export const APP_VERSION = '2026.01.005'; export const APP_VERSION = '2026.01.006';