You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/12/31 22:30:07 UTC

[incubator-nlpcraft] branch master updated: Fixed release date for 0.7.3 release.

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 9f973b4  Fixed release date for 0.7.3 release.
9f973b4 is described below

commit 9f973b44df60b37ceb33f6bc570baee3c250a296
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Thu Dec 31 14:29:56 2020 -0800

    Fixed release date for 0.7.3 release.
---
 .../src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 31a8812..d11aa39 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
@@ -53,7 +53,7 @@ object NCVersion extends LazyLogging {
         Version("0.7.0", LocalDate.of(2020, 9, 29)),
         Version("0.7.1", LocalDate.of(2020, 10, 29)),
         Version("0.7.2", LocalDate.of(2020, 11, 19)),
-        Version("0.7.3", LocalDate.of(2020, 12, 19))
+        Version("0.7.3", LocalDate.of(2020, 12, 31))
     ).sortBy(_.version)
     // +=================================================+
     // | UPDATE THIS SEQUENCE FOR EACH RELEASE MANUALLY. |