This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b91767  0.9.0 release version.
6b91767 is described below

commit 6b9176780a88f0be23f89144660303415b9af221
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Jul 10 15:11:03 2021 -0700

    0.9.0 release version.
---
 .../src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
index bede39d..05f2939 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
@@ -57,6 +57,7 @@ object NCVersion extends LazyLogging {
         Version("0.7.4", LocalDate.of(2021, 1, 31)),
         Version("0.7.5", LocalDate.of(2021, 4, 30)),
         Version("0.8.0", LocalDate.of(2021, 5, 30)),
+        Version("0.9.0", LocalDate.of(2021, 7, 10)),
     ).sortBy(_.version)
     // +=================================================+
     // | UPDATE THIS SEQUENCE FOR EACH RELEASE MANUALLY. |

Reply via email to