From cc867e071589e0fa3caa950d571ba91faf0d1599 Mon Sep 17 00:00:00 2001 From: Ivan Gomes Date: Thu, 9 Mar 2023 21:46:49 -0500 Subject: [PATCH] Update version number to 2023-01 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7f55c9e..c43e7e03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := """SysML-v2-API-Services""" organization := "org.omg" -version := "2023-01-rc1" +version := "2023-01" javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")