Skip to content

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Dec 17, 2024
1 parent 8444694 commit ecf0fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "ocs"
organization in Global := "edu.gemini.ocs"

// true indicates a test release, and false indicates a production release
ocsVersion in ThisBuild := OcsVersion("2025A", false, 1, 1, 1)
ocsVersion in ThisBuild := OcsVersion("2025A", false, 1, 1, 2)

pitVersion in ThisBuild := OcsVersion("2025A", true, 1, 1, 1)

Expand Down

0 comments on commit ecf0fb5

Please sign in to comment.