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-openwire.git
The following commit(s) were added to refs/heads/main by this push:
new 8f7019e NO-JIRA: Update version to 2.0.1
8f7019e is described below
commit 8f7019efd8c86e095f19a43ae36df5bbf2c29d7f
Author: Havret <[email protected]>
AuthorDate: Sat Feb 4 13:42:38 2023 +0100
NO-JIRA: Update version to 2.0.1
---
package.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.ps1 b/package.ps1
index 69652d7..c1abb92 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "2.0.0"
+$pkgver = "2.0.1"
$frameworks = "netstandard2.0"
write-progress "Creating package directory." "Initializing..."