Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "AI DevOps Framework - comprehensive DevOps automation with 25+ service integrations",
"version": "3.6.171"
"version": "3.6.172"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.171
3.6.172
2 changes: 1 addition & 1 deletion aidevops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# AI DevOps Framework CLI
# Usage: aidevops <command> [options]
#
# Version: 3.6.171
# Version: 3.6.172

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aidevops",
"version": "3.6.171",
"version": "3.6.172",
"description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
# AI Assistant Server Access Framework Setup Script
# Helps developers set up the framework for their infrastructure
#
# Version: 3.6.171
# Version: 3.6.172
#
# Quick Install:
# npm install -g aidevops && aidevops update (recommended)
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.organization=marcusquinn

# This is the name and version displayed in the SonarCloud UI
sonar.projectName=AI DevOps Framework
sonar.projectVersion=3.6.171
sonar.projectVersion=3.6.172

# Path is relative to the sonar-project.properties file
sonar.sources=.agents,configs,templates
Expand Down
Loading