Skip to content

Commit 17cb767

Browse files
committed
chore(release): bump version to 2.19.8
1 parent 62aeef5 commit 17cb767

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/marcusquinn/aidevops/latest)](https://github.com/marcusquinn/aidevops/commits/main)
4141

4242
<!-- Repository Stats -->
43-
[![Version](https://img.shields.io/badge/Version-2.19.7-blue)](https://github.com/marcusquinn/aidevops/releases)
43+
[![Version](https://img.shields.io/badge/Version-2.19.8-blue)](https://github.com/marcusquinn/aidevops/releases)
4444
[![GitHub repo size](https://img.shields.io/github/repo-size/marcusquinn/aidevops?style=flat&color=blue)](https://github.com/marcusquinn/aidevops)
4545
[![Lines of code](https://img.shields.io/badge/Lines%20of%20Code-18%2C000%2B-brightgreen)](https://github.com/marcusquinn/aidevops)
4646
[![GitHub language count](https://img.shields.io/github/languages/count/marcusquinn/aidevops)](https://github.com/marcusquinn/aidevops)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.7
1+
2.19.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aidevops",
3-
"version": "2.19.7",
3+
"version": "2.19.8",
44
"description": "AI DevOps Framework with DSPy, Bun, Elysia, and high-performance tooling",
55
"type": "module",
66
"main": "index.js",

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AI Assistant Server Access Framework Setup Script
44
# Helps developers set up the framework for their infrastructure
55
#
6-
# Version: 2.19.7
6+
# Version: 2.19.8
77
#
88
# Quick Install (one-liner):
99
# bash <(curl -fsSL https://aidevops.dev/install)

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.organization=marcusquinn
55

66
# This is the name and version displayed in the SonarCloud UI
77
sonar.projectName=AI DevOps Framework
8-
sonar.projectVersion=2.19.7
8+
sonar.projectVersion=2.19.8
99

1010
# Path is relative to the sonar-project.properties file
1111
sonar.sources=.agent,configs,templates

0 commit comments

Comments
 (0)