This is an automated email from the ASF dual-hosted git repository.
havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git
The following commit(s) were added to refs/heads/main by this push:
new 93eacbe NO-JIRA Bump version to 2.1.0 in build script
93eacbe is described below
commit 93eacbe7a258518cd5f12642c62d28aed0d6d1bc
Author: Havret <[email protected]>
AuthorDate: Sun Sep 10 18:06:32 2023 +0200
NO-JIRA Bump version to 2.1.0 in build script
---
package.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.ps1 b/package.ps1
index dd9469c..580a28e 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS"
-$pkgver = "2.0.0"
+$pkgver = "2.1.0"
$frameworks = "net40", "netstandard2.0"
write-progress "Creating package directory." "Initializing..."