-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release sdk 0.3.25 (#1848)
🤖 I have created a release *beep* *boop* --- ## [0.3.25](sdk/v0.3.24...sdk/v0.3.25) (2025-01-08) ### Bug Fixes * **sdk:** Version config fix ([#1847](#1847)) ([be5d817](be5d817)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
- Loading branch information
1 parent
700b94d
commit 987b11f
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package sdk | ||
|
||
const ( | ||
Version = "0.3.24" // SDK version // x-release-please-version | ||
Version = "0.3.25" // SDK version // x-release-please-version | ||
TDFSpecVersion = "4.2.2" // Vesion of TDF Spec currently targeted by the SDK | ||
) |