Skip to content

Commit 5fe1975

Browse files
authored
Prepare prerelease 0.7.2-alpha2 (#282)
Bump version to 0.7.2-alpha2 ## Motivation and Context New prerelease version with signing fixes ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update ## Checklist - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed
1 parent b1e9871 commit 5fe1975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "io.modelcontextprotocol"
9-
version = "0.7.2-alpha1"
9+
version = "0.7.2-alpha2"
1010
}
1111

1212
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kotest = "6.0.3"
2020
awaitility = "4.3.0"
2121

2222
# Samples
23-
mcp-kotlin = "0.7.2-alpha1"
23+
mcp-kotlin = "0.7.2-alpha2"
2424
anthropic = "2.7.0"
2525
shadow = "8.1.1"
2626

0 commit comments

Comments
 (0)