From af6766c52e758460c81f3b49a948ff2a3faf4774 Mon Sep 17 00:00:00 2001 From: devmil Date: Tue, 19 Dec 2023 21:20:52 +0100 Subject: [PATCH] Version 0.17.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b008219..8f1099d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: dart_apitool description: A tool to analyze the public API of a package, create a model of it and diff it against another version to check semver. repository: https://github.com/bmw-tech/dart_apitool -version: 0.17.0-dev +version: 0.17.0 environment: sdk: '>=3.0.0 <4.0.0'