From c84c19e4ef53ac34c3589c0260b0eee1e44f0a35 Mon Sep 17 00:00:00 2001
From: Tres Finocchiaro <tres.finocchiaro@gmail.com>
Date: Mon, 6 Sep 2021 23:42:04 -0400
Subject: [PATCH] Match version to tag

v2.9.4 was incorrectly using 2.9.5-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c23e2749..23f8da623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>io.github.java-native</groupId>
   <artifactId>jssc</artifactId>
-  <version>2.9.5-SNAPSHOT</version>
+  <version>2.9.4</version>
 
   <name>Java Simple Serial Connector</name>
   <description>